#B49964

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

Shades of Barley Corn #B49964

Tints of Barley Corn #B49964

Color information

#B49964 (or 0xB49964) is unknown color: approx Barley Corn. HEX triplet: B4, 99 and 64. RGB value is (180,153,100). Sum of RGB (Red+Green+Blue) = 180+153+100=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 180 - color contains mainly: red. Hex color #B49964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49964 is #4B669B. Grayscale: #9B9B9B. Windows color (decimal): -4941468 or 6592948. OLE color: 6592948.

HSL color Cylindrical-coordinate representation of color #B49964: hue angle of 39.75º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B49964 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB180153100-
CMYK00.150.440.29
HSL39.75º34.78%54.9%-
HSV(B)39.75º44.44%70.59%-
XYZ32.5133.4116.79-
YUV155.0396.95145.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.57%
GREEN value IS 153 (60.16% from 255) = 35.33%
BLUE value IS 100 (39.45% from 255) = 23.09%
R=41.57%
G=35.33%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015310000.150.440.2939.7534.7854.9
HexB499640F2C1D282337
Octal2642311440175435504367
Binary101101001001100111001000111110110011101101000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49964; }

 p { color: rgb(180,153,100); }

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

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

 a { background-color: rgb(180,153,100); }

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

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

 span { border-color: rgb(180,153,100); }

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