#BB9960

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

Shades of Barley Corn #BB9960

Tints of Barley Corn #BB9960

Color information

#BB9960 (or 0xBB9960) is unknown color: approx Barley Corn. HEX triplet: BB, 99 and 60. RGB value is (187,153,96). Sum of RGB (Red+Green+Blue) = 187+153+96=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9960 is #44669F. Grayscale: #9C9C9C. Windows color (decimal): -4482720 or 6330811. OLE color: 6330811.

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

Color convert

RGB18715396-
CMYK00.180.490.27
HSL37.58º40.09%55.49%-
HSV(B)37.58º48.66%73.33%-
XYZ3434.1915.87-
YUV156.6793.76149.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.89%
GREEN value IS 153 (60.16% from 255) = 35.09%
BLUE value IS 96 (37.89% from 255) = 22.02%
R=42.89%
G=35.09%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871539600.180.490.2737.5840.0955.49
HexBB9960012311B262837
Octal2732311400226133465067
Binary1011101110011001110000001001011000111011100110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9960; }

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

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

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

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

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

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

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

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