#B89F59

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

Shades of Barley Corn #B89F59

Tints of Barley Corn #B89F59

Color information

#B89F59 (or 0xB89F59) is unknown color: approx Barley Corn. HEX triplet: B8, 9F and 59. RGB value is (184,159,89). Sum of RGB (Red+Green+Blue) = 184+159+89=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 89 (35.16% from 255 or 20.60% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89F59 is #4760A6. Grayscale: #9E9E9E. Windows color (decimal): -4677799 or 5873592. OLE color: 5873592.

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

Color convert

RGB18415989-
CMYK00.140.520.28
HSL44.21º40.08%53.53%-
HSV(B)44.21º51.63%72.16%-
XYZ33.9735.7114.55-
YUV158.588.78146.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.59%
GREEN value IS 159 (62.5% from 255) = 36.81%
BLUE value IS 89 (35.16% from 255) = 20.60%
R=42.59%
G=36.81%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841598900.140.520.2844.2140.0853.53
HexB89F590E341C2c2836
Octal2702371310166434545066
Binary101110001001111110110010111011010011100101100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89F59; }

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

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

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

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

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

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

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

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