#BB9064

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

Shades of Barley Corn #BB9064

Tints of Barley Corn #BB9064

Color information

#BB9064 (or 0xBB9064) is unknown color: approx Barley Corn. HEX triplet: BB, 90 and 64. RGB value is (187,144,100). Sum of RGB (Red+Green+Blue) = 187+144+100=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9064 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9064 is #446F9B. Grayscale: #989898. Windows color (decimal): -4485020 or 6590651. OLE color: 6590651.

HSL color Cylindrical-coordinate representation of color #BB9064: hue angle of 30.34º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB9064 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB187144100-
CMYK00.230.470.27
HSL30.34º39.01%56.27%-
HSV(B)30.34º46.52%73.33%-
XYZ32.7731.4316.4-
YUV151.8498.75153.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.39%
GREEN value IS 144 (56.64% from 255) = 33.41%
BLUE value IS 100 (39.45% from 255) = 23.20%
R=43.39%
G=33.41%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714410000.230.470.2730.3439.0156.27
HexBB90640172F1B1e2738
Octal2732201440275733364770
Binary101110111001000011001000101111011111101111110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9064; }

 p { color: rgb(187,144,100); }

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

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

 a { background-color: rgb(187,144,100); }

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

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

 span { border-color: rgb(187,144,100); }

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