#BB965A

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

Shades of Barley Corn #BB965A

Tints of Barley Corn #BB965A

Color information

#BB965A (or 0xBB965A) is unknown color: approx Barley Corn. HEX triplet: BB, 96 and 5A. RGB value is (187,150,90). Sum of RGB (Red+Green+Blue) = 187+150+90=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB965A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB965A is #4469A5. Grayscale: #9A9A9A. Windows color (decimal): -4483494 or 5936827. OLE color: 5936827.

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

Color convert

RGB18715090-
CMYK00.200.520.27
HSL37.11º41.63%54.31%-
HSV(B)37.11º51.87%73.33%-
XYZ33.2533.1214.31-
YUV154.2291.76151.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.79%
GREEN value IS 150 (58.98% from 255) = 35.13%
BLUE value IS 90 (35.55% from 255) = 21.08%
R=43.79%
G=35.13%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871509000.200.520.2737.1141.6354.31
HexBB965A014341B252a36
Octal2732261320246433455266
Binary1011101110010110101101001010011010011011100101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB965A; }

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

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

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

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

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

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

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

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