#BB9E58

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

Shades of Barley Corn #BB9E58

Tints of Barley Corn #BB9E58

Color information

#BB9E58 (or 0xBB9E58) is unknown color: approx Barley Corn. HEX triplet: BB, 9E and 58. RGB value is (187,158,88). Sum of RGB (Red+Green+Blue) = 187+158+88=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 88 (34.77% from 255 or 20.32% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9E58 is #4461A7. Grayscale: #9F9F9F. Windows color (decimal): -4481448 or 5807803. OLE color: 5807803.

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

Color convert

RGB18715888-
CMYK00.160.530.27
HSL42.42º42.13%53.92%-
HSV(B)42.42º52.94%73.33%-
XYZ34.4835.7214.31-
YUV158.6988.11148.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.19%
GREEN value IS 158 (62.11% from 255) = 36.49%
BLUE value IS 88 (34.77% from 255) = 20.32%
R=43.19%
G=36.49%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871588800.160.530.2742.4242.1353.92
HexBB9E58010351B2a2a36
Octal2732361300206533525266
Binary1011101110011110101100001000011010111011101010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9E58; }

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

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

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

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

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

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

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

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