#B99E5A

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

Shades of Barley Corn #B99E5A

Tints of Barley Corn #B99E5A

Color information

#B99E5A (or 0xB99E5A) is unknown color: approx Barley Corn. HEX triplet: B9, 9E and 5A. RGB value is (185,158,90). Sum of RGB (Red+Green+Blue) = 185+158+90=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99E5A is #4661A5. Grayscale: #9E9E9E. Windows color (decimal): -4612518 or 5938873. OLE color: 5938873.

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

Color convert

RGB18515890-
CMYK00.150.510.27
HSL42.95º40.43%53.92%-
HSV(B)42.95º51.35%72.55%-
XYZ34.0835.5114.73-
YUV158.3289.45147.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.73%
GREEN value IS 158 (62.11% from 255) = 36.49%
BLUE value IS 90 (35.55% from 255) = 20.79%
R=42.73%
G=36.49%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851589000.150.510.2742.9540.4353.92
HexB99E5A0F331B2b2836
Octal2712361320176333535066
Binary101110011001111010110100111111001111011101011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99E5A; }

 p { color: rgb(185,158,90); }

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

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

 a { background-color: rgb(185,158,90); }

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

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

 span { border-color: rgb(185,158,90); }

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