#B99559

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

Shades of Barley Corn #B99559

Tints of Barley Corn #B99559

Color information

#B99559 (or 0xB99559) is unknown color: approx Barley Corn. HEX triplet: B9, 95 and 59. RGB value is (185,149,89). Sum of RGB (Red+Green+Blue) = 185+149+89=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 89 (35.16% from 255 or 21.04% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B99559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99559 is #466AA6. Grayscale: #999999. Windows color (decimal): -4614823 or 5871033. OLE color: 5871033.

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

Color convert

RGB18514989-
CMYK00.190.520.27
HSL37.5º40.68%53.73%-
HSV(B)37.5º51.89%72.55%-
XYZ32.5632.5314.01-
YUV152.9291.93150.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 149 (58.59% from 255) = 35.22%
BLUE value IS 89 (35.16% from 255) = 21.04%
R=43.74%
G=35.22%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851498900.190.520.2737.540.6853.73
HexB99559013341B262936
Octal2712251310236433465166
Binary1011100110010101101100101001111010011011100110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99559; }

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

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

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

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

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

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

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

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