#B99A58

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

Shades of Barley Corn #B99A58

Tints of Barley Corn #B99A58

Color information

#B99A58 (or 0xB99A58) is unknown color: approx Barley Corn. HEX triplet: B9, 9A and 58. RGB value is (185,154,88). Sum of RGB (Red+Green+Blue) = 185+154+88=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 88 (34.77% from 255 or 20.61% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B99A58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99A58 is #4665A7. Grayscale: #9C9C9C. Windows color (decimal): -4613544 or 5806777. OLE color: 5806777.

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

Color convert

RGB18515488-
CMYK00.170.520.27
HSL40.82º40.93%53.53%-
HSV(B)40.82º52.43%72.55%-
XYZ33.3234.1314.06-
YUV155.7489.77148.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.33%
GREEN value IS 154 (60.55% from 255) = 36.07%
BLUE value IS 88 (34.77% from 255) = 20.61%
R=43.33%
G=36.07%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851548800.170.520.2740.8240.9353.53
HexB99A58011341B292936
Octal2712321300216433515166
Binary1011100110011010101100001000111010011011101001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99A58; }

 p { color: rgb(185,154,88); }

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

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

 a { background-color: rgb(185,154,88); }

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

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

 span { border-color: rgb(185,154,88); }

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