#B89A60

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

Shades of Barley Corn #B89A60

Tints of Barley Corn #B89A60

Color information

#B89A60 (or 0xB89A60) is unknown color: approx Barley Corn. HEX triplet: B8, 9A and 60. RGB value is (184,154,96). Sum of RGB (Red+Green+Blue) = 184+154+96=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89A60 is #47659F. Grayscale: #9C9C9C. Windows color (decimal): -4679072 or 6331064. OLE color: 6331064.

HSL color Cylindrical-coordinate representation of color #B89A60: hue angle of 39.55º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B89A60 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB18415496-
CMYK00.160.480.28
HSL39.55º38.26%54.9%-
HSV(B)39.55º47.83%72.16%-
XYZ33.4334.1515.9-
YUV156.3693.94147.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.40%
GREEN value IS 154 (60.55% from 255) = 35.48%
BLUE value IS 96 (37.89% from 255) = 22.12%
R=42.40%
G=35.48%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841549600.160.480.2839.5538.2654.9
HexB89A60010301C282637
Octal2702321400206034504667
Binary1011100010011010110000001000011000011100101000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89A60; }

 p { color: rgb(184,154,96); }

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

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

 a { background-color: rgb(184,154,96); }

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

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

 span { border-color: rgb(184,154,96); }

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