#BB9364

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

Shades of Barley Corn #BB9364

Tints of Barley Corn #BB9364

Color information

#BB9364 (or 0xBB9364) is unknown color: approx Barley Corn. HEX triplet: BB, 93 and 64. RGB value is (187,147,100). Sum of RGB (Red+Green+Blue) = 187+147+100=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9364 is #446C9B. Grayscale: #999999. Windows color (decimal): -4484252 or 6591419. OLE color: 6591419.

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

Color convert

RGB187147100-
CMYK00.210.470.27
HSL32.41º39.01%56.27%-
HSV(B)32.41º46.52%73.33%-
XYZ33.2332.3516.55-
YUV153.697.75151.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.09%
GREEN value IS 147 (57.81% from 255) = 33.87%
BLUE value IS 100 (39.45% from 255) = 23.04%
R=43.09%
G=33.87%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714710000.210.470.2732.4139.0156.27
HexBB93640152F1B202738
Octal2732231440255733404770
Binary1011101110010011110010001010110111111011100000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9364; }

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

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

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

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

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

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

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

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