#BB9164

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

Shades of Barley Corn #BB9164

Tints of Barley Corn #BB9164

Color information

#BB9164 (or 0xBB9164) is unknown color: approx Barley Corn. HEX triplet: BB, 91 and 64. RGB value is (187,145,100). Sum of RGB (Red+Green+Blue) = 187+145+100=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9164 is #446E9B. Grayscale: #989898. Windows color (decimal): -4484764 or 6590907. OLE color: 6590907.

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

Color convert

RGB187145100-
CMYK00.220.470.27
HSL31.03º39.01%56.27%-
HSV(B)31.03º46.52%73.33%-
XYZ32.9231.7416.45-
YUV152.4398.41152.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.29%
GREEN value IS 145 (57.03% from 255) = 33.56%
BLUE value IS 100 (39.45% from 255) = 23.15%
R=43.29%
G=33.56%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714510000.220.470.2731.0339.0156.27
HexBB91640162F1B1f2738
Octal2732211440265733374770
Binary101110111001000111001000101101011111101111111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9164; }

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

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

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

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

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

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

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

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