#B59966

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

Shades of Barley Corn #B59966

Tints of Barley Corn #B59966

Color information

#B59966 (or 0xB59966) is unknown color: approx Barley Corn. HEX triplet: B5, 99 and 66. RGB value is (181,153,102). Sum of RGB (Red+Green+Blue) = 181+153+102=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B59966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59966 is #4A6699. Grayscale: #9B9B9B. Windows color (decimal): -4875930 or 6724021. OLE color: 6724021.

HSL color Cylindrical-coordinate representation of color #B59966: hue angle of 38.73º 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 #B59966 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB181153102-
CMYK00.150.440.29
HSL38.73º34.8%55.49%-
HSV(B)38.73º43.65%70.98%-
XYZ32.8533.5717.32-
YUV155.5697.78146.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.51%
GREEN value IS 153 (60.16% from 255) = 35.09%
BLUE value IS 102 (40.23% from 255) = 23.39%
R=41.51%
G=35.09%
B=23.39%

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
Decimal18115310200.150.440.2938.7334.855.49
HexB599660F2C1D272337
Octal2652311460175435474367
Binary101101011001100111001100111110110011101100111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59966; }

 p { color: rgb(181,153,102); }

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

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

 a { background-color: rgb(181,153,102); }

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

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

 span { border-color: rgb(181,153,102); }

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