#BB9660

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

Shades of Barley Corn #BB9660

Tints of Barley Corn #BB9660

Color information

#BB9660 (or 0xBB9660) is unknown color: approx Barley Corn. HEX triplet: BB, 96 and 60. RGB value is (187,150,96). Sum of RGB (Red+Green+Blue) = 187+150+96=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9660 is #44699F. Grayscale: #9B9B9B. Windows color (decimal): -4483488 or 6330043. OLE color: 6330043.

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

Color convert

RGB18715096-
CMYK00.200.490.27
HSL35.6º40.09%55.49%-
HSV(B)35.6º48.66%73.33%-
XYZ33.5133.2215.71-
YUV154.9194.76150.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.19%
GREEN value IS 150 (58.98% from 255) = 34.64%
BLUE value IS 96 (37.89% from 255) = 22.17%
R=43.19%
G=34.64%
B=22.17%

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
Decimal1871509600.200.490.2735.640.0955.49
HexBB9660014311B242837
Octal2732261400246133445067
Binary1011101110010110110000001010011000111011100100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9660; }

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

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

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

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

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

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

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

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