#BB9861

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

Shades of Barley Corn #BB9861

Tints of Barley Corn #BB9861

Color information

#BB9861 (or 0xBB9861) is unknown color: approx Barley Corn. HEX triplet: BB, 98 and 61. RGB value is (187,152,97). Sum of RGB (Red+Green+Blue) = 187+152+97=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 152 (59.77% from 255 or 34.86% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9861 is #44679E. Grayscale: #9C9C9C. Windows color (decimal): -4482975 or 6396091. OLE color: 6396091.

HSL color Cylindrical-coordinate representation of color #BB9861: hue angle of 36.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB9861 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB18715297-
CMYK00.190.480.27
HSL36.67º39.82%55.69%-
HSV(B)36.67º48.13%73.33%-
XYZ33.8833.8816.06-
YUV156.294.6149.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.89%
GREEN value IS 152 (59.77% from 255) = 34.86%
BLUE value IS 97 (38.28% from 255) = 22.25%
R=42.89%
G=34.86%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871529700.190.480.2736.6739.8255.69
HexBB9861013301B252838
Octal2732301410236033455070
Binary1011101110011000110000101001111000011011100101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9861; }

 p { color: rgb(187,152,97); }

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

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

 a { background-color: rgb(187,152,97); }

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

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

 span { border-color: rgb(187,152,97); }

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