#B48A59

Color #B48A59 Barley Corn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley Corn #B48A59

Tints of Barley Corn #B48A59

Color information

#B48A59 (or 0xB48A59) is unknown color: approx Barley Corn. HEX triplet: B4, 8A and 59. RGB value is (180,138,89). Sum of RGB (Red+Green+Blue) = 180+138+89=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 89 (35.16% from 255 or 21.87% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48A59 is #4B75A6. Grayscale: #919191. Windows color (decimal): -4945319 or 5868212. OLE color: 5868212.

HSL color Cylindrical-coordinate representation of color #B48A59: hue angle of 32.31º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B48A59 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB18013889-
CMYK00.230.510.29
HSL32.31º37.76%52.75%-
HSV(B)32.31º50.56%70.59%-
XYZ29.7128.613.41-
YUV144.9796.41152.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 44.23%
GREEN value IS 138 (54.30% from 255) = 33.91%
BLUE value IS 89 (35.16% from 255) = 21.87%
R=44.23%
G=33.91%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801388900.230.510.2932.3137.7652.75
HexB48A59017331D202635
Octal2642121310276335404665
Binary1011010010001010101100101011111001111101100000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48A59; }

 p { color: rgb(180,138,89); }

 H1.HeaderClassName
 {
   color: #B48A59;
 }
 .AnyTagClassName
 {
   color: #B48A59;
 }
</style>
background-color css

<style>
 a { background-color: #B48A59; }

 a { background-color: rgb(180,138,89); }

 div.DivClassName
 {
   background-color: #B48A59;
 }
 .BgClassName
 {
   background-color: #B48A59;
 }
</style>
border-color css

<style>
 span { border-color: #B48A59; }

 span { border-color: rgb(180,138,89); }

 td.TdClassName
 {
   border-color: #B48A59;
 }
 .TagClassName
 {
   border-color: #B48A59;
 }
</style>