#BB9A5B

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

Shades of Barley Corn #BB9A5B

Tints of Barley Corn #BB9A5B

Color information

#BB9A5B (or 0xBB9A5B) is unknown color: approx Barley Corn. HEX triplet: BB, 9A and 5B. RGB value is (187,154,91). Sum of RGB (Red+Green+Blue) = 187+154+91=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9A5B is #4465A4. Grayscale: #9C9C9C. Windows color (decimal): -4482469 or 6003387. OLE color: 6003387.

HSL color Cylindrical-coordinate representation of color #BB9A5B: hue angle of 39.38º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB9A5B is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB18715491-
CMYK00.180.510.27
HSL39.38º41.38%54.51%-
HSV(B)39.38º51.34%73.33%-
XYZ33.9434.4314.75-
YUV156.6890.93149.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.29%
GREEN value IS 154 (60.55% from 255) = 35.65%
BLUE value IS 91 (35.94% from 255) = 21.06%
R=43.29%
G=35.65%
B=21.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871549100.180.510.2739.3841.3854.51
HexBB9A5B012331B272937
Octal2732321330226333475167
Binary1011101110011010101101101001011001111011100111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9A5B; }

 p { color: rgb(187,154,91); }

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

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

 a { background-color: rgb(187,154,91); }

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

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

 span { border-color: rgb(187,154,91); }

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