#B99059

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

Shades of Barley Corn #B99059

Tints of Barley Corn #B99059

Color information

#B99059 (or 0xB99059) is unknown color: approx Barley Corn. HEX triplet: B9, 90 and 59. RGB value is (185,144,89). Sum of RGB (Red+Green+Blue) = 185+144+89=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 89 (35.16% from 255 or 21.29% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B99059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99059 is #466FA6. Grayscale: #969696. Windows color (decimal): -4616103 or 5869753. OLE color: 5869753.

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

Color convert

RGB18514489-
CMYK00.220.520.27
HSL34.38º40.68%53.73%-
HSV(B)34.38º51.89%72.55%-
XYZ31.7830.9813.76-
YUV149.9993.58152.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.26%
GREEN value IS 144 (56.64% from 255) = 34.45%
BLUE value IS 89 (35.16% from 255) = 21.29%
R=44.26%
G=34.45%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851448900.220.520.2734.3840.6853.73
HexB99059016341B222936
Octal2712201310266433425166
Binary1011100110010000101100101011011010011011100010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99059; }

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

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

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

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

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

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

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

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