#BB955F

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

Shades of Barley Corn #BB955F

Tints of Barley Corn #BB955F

Color information

#BB955F (or 0xBB955F) is unknown color: approx Barley Corn. HEX triplet: BB, 95 and 5F. RGB value is (187,149,95). Sum of RGB (Red+Green+Blue) = 187+149+95=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB955F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB955F is #446AA0. Grayscale: #9A9A9A. Windows color (decimal): -4483745 or 6264251. OLE color: 6264251.

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

Color convert

RGB18714995-
CMYK00.200.490.27
HSL35.22º40.35%55.29%-
HSV(B)35.22º49.2%73.33%-
XYZ33.3132.8915.42-
YUV154.2194.59151.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.39%
GREEN value IS 149 (58.59% from 255) = 34.57%
BLUE value IS 95 (37.5% from 255) = 22.04%
R=43.39%
G=34.57%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871499500.200.490.2735.2240.3555.29
HexBB955F014311B232837
Octal2732251370246133435067
Binary1011101110010101101111101010011000111011100011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB955F; }

 p { color: rgb(187,149,95); }

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

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

 a { background-color: rgb(187,149,95); }

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

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

 span { border-color: rgb(187,149,95); }

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