#BB965C

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

Shades of Barley Corn #BB965C

Tints of Barley Corn #BB965C

Color information

#BB965C (or 0xBB965C) is unknown color: approx Barley Corn. HEX triplet: BB, 96 and 5C. RGB value is (187,150,92). Sum of RGB (Red+Green+Blue) = 187+150+92=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB965C is #4469A3. Grayscale: #9A9A9A. Windows color (decimal): -4483492 or 6067899. OLE color: 6067899.

HSL color Cylindrical-coordinate representation of color #BB965C: hue angle of 36.63º 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 #BB965C is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB18715092-
CMYK00.200.510.27
HSL36.63º41.13%54.71%-
HSV(B)36.63º50.8%73.33%-
XYZ33.3333.1514.77-
YUV154.4592.76151.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.59%
GREEN value IS 150 (58.98% from 255) = 34.97%
BLUE value IS 92 (36.33% from 255) = 21.45%
R=43.59%
G=34.97%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871509200.200.510.2736.6341.1354.71
HexBB965C014331B252937
Octal2732261340246333455167
Binary1011101110010110101110001010011001111011100101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB965C; }

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

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

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

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

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

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

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

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