#B89059

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

Shades of Barley Corn #B89059

Tints of Barley Corn #B89059

Color information

#B89059 (or 0xB89059) is unknown color: approx Barley Corn. HEX triplet: B8, 90 and 59. RGB value is (184,144,89). Sum of RGB (Red+Green+Blue) = 184+144+89=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B89059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89059 is #476FA6. Grayscale: #959595. Windows color (decimal): -4681639 or 5869752. OLE color: 5869752.

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

Color convert

RGB18414489-
CMYK00.220.520.28
HSL34.74º40.08%53.53%-
HSV(B)34.74º51.63%72.16%-
XYZ31.5430.8613.74-
YUV149.6993.75152.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.12%
GREEN value IS 144 (56.64% from 255) = 34.53%
BLUE value IS 89 (35.16% from 255) = 21.34%
R=44.12%
G=34.53%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841448900.220.520.2834.7440.0853.53
HexB89059016341C232836
Octal2702201310266434435066
Binary1011100010010000101100101011011010011100100011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89059; }

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

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

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

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

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

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

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

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