#BB985C

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

Shades of Barley Corn #BB985C

Tints of Barley Corn #BB985C

Color information

#BB985C (or 0xBB985C) is unknown color: approx Barley Corn. HEX triplet: BB, 98 and 5C. RGB value is (187,152,92). Sum of RGB (Red+Green+Blue) = 187+152+92=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB985C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB985C is #4467A3. Grayscale: #9B9B9B. Windows color (decimal): -4482980 or 6068411. OLE color: 6068411.

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

Color convert

RGB18715292-
CMYK00.190.510.27
HSL37.89º41.13%54.71%-
HSV(B)37.89º50.8%73.33%-
XYZ33.6533.7914.87-
YUV155.6292.1150.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.39%
GREEN value IS 152 (59.77% from 255) = 35.27%
BLUE value IS 92 (36.33% from 255) = 21.35%
R=43.39%
G=35.27%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871529200.190.510.2737.8941.1354.71
HexBB985C013331B262937
Octal2732301340236333465167
Binary1011101110011000101110001001111001111011100110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB985C; }

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

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

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

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

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

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

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

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