#B99859

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

Shades of Barley Corn #B99859

Tints of Barley Corn #B99859

Color information

#B99859 (or 0xB99859) is unknown color: approx Barley Corn. HEX triplet: B9, 98 and 59. RGB value is (185,152,89). Sum of RGB (Red+Green+Blue) = 185+152+89=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B99859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99859 is #4667A6. Grayscale: #9A9A9A. Windows color (decimal): -4614055 or 5871801. OLE color: 5871801.

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

Color convert

RGB18515289-
CMYK00.180.520.27
HSL39.38º40.68%53.73%-
HSV(B)39.38º51.89%72.55%-
XYZ33.0433.4914.17-
YUV154.6890.93149.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.43%
GREEN value IS 152 (59.77% from 255) = 35.68%
BLUE value IS 89 (35.16% from 255) = 20.89%
R=43.43%
G=35.68%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851528900.180.520.2739.3840.6853.73
HexB99859012341B272936
Octal2712301310226433475166
Binary1011100110011000101100101001011010011011100111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99859; }

 p { color: rgb(185,152,89); }

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

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

 a { background-color: rgb(185,152,89); }

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

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

 span { border-color: rgb(185,152,89); }

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