#B89559

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

Shades of Barley Corn #B89559

Tints of Barley Corn #B89559

Color information

#B89559 (or 0xB89559) is unknown color: approx Barley Corn. HEX triplet: B8, 95 and 59. RGB value is (184,149,89). Sum of RGB (Red+Green+Blue) = 184+149+89=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B89559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89559 is #476AA6. Grayscale: #989898. Windows color (decimal): -4680359 or 5871032. OLE color: 5871032.

HSL color Cylindrical-coordinate representation of color #B89559: hue angle of 37.89º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B89559 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB18414989-
CMYK00.190.520.28
HSL37.89º40.08%53.53%-
HSV(B)37.89º51.63%72.16%-
XYZ32.3232.4114-
YUV152.6292.1150.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.60%
GREEN value IS 149 (58.59% from 255) = 35.31%
BLUE value IS 89 (35.16% from 255) = 21.09%
R=43.60%
G=35.31%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841498900.190.520.2837.8940.0853.53
HexB89559013341C262836
Octal2702251310236434465066
Binary1011100010010101101100101001111010011100100110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89559; }

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

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

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

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

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

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

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

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