#BB9C58

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

Shades of Barley Corn #BB9C58

Tints of Barley Corn #BB9C58

Color information

#BB9C58 (or 0xBB9C58) is unknown color: approx Barley Corn. HEX triplet: BB, 9C and 58. RGB value is (187,156,88). Sum of RGB (Red+Green+Blue) = 187+156+88=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 88 (34.77% from 255 or 20.42% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9C58 is #4463A7. Grayscale: #9D9D9D. Windows color (decimal): -4481960 or 5807291. OLE color: 5807291.

HSL color Cylindrical-coordinate representation of color #BB9C58: hue angle of 41.21º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB9C58 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB18715688-
CMYK00.170.530.27
HSL41.21º42.13%53.92%-
HSV(B)41.21º52.94%73.33%-
XYZ34.1435.0514.2-
YUV157.5288.77149.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.39%
GREEN value IS 156 (61.33% from 255) = 36.19%
BLUE value IS 88 (34.77% from 255) = 20.42%
R=43.39%
G=36.19%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871568800.170.530.2741.2142.1353.92
HexBB9C58011351B292a36
Octal2732341300216533515266
Binary1011101110011100101100001000111010111011101001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9C58; }

 p { color: rgb(187,156,88); }

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

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

 a { background-color: rgb(187,156,88); }

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

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

 span { border-color: rgb(187,156,88); }

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