#BB9A5C

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

Shades of Barley Corn #BB9A5C

Tints of Barley Corn #BB9A5C

Color information

#BB9A5C (or 0xBB9A5C) is unknown color: approx Barley Corn. HEX triplet: BB, 9A and 5C. RGB value is (187,154,92). Sum of RGB (Red+Green+Blue) = 187+154+92=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9A5C is #4465A3. Grayscale: #9D9D9D. Windows color (decimal): -4482468 or 6068923. OLE color: 6068923.

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

Color convert

RGB18715492-
CMYK00.180.510.27
HSL39.16º41.13%54.71%-
HSV(B)39.16º50.8%73.33%-
XYZ33.9834.4514.98-
YUV156.891.43149.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.19%
GREEN value IS 154 (60.55% from 255) = 35.57%
BLUE value IS 92 (36.33% from 255) = 21.25%
R=43.19%
G=35.57%
B=21.25%

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
Decimal1871549200.180.510.2739.1641.1354.71
HexBB9A5C012331B272937
Octal2732321340226333475167
Binary1011101110011010101110001001011001111011100111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9A5C; }

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

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

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

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

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

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

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

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