#B89E5A

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

Shades of Barley Corn #B89E5A

Tints of Barley Corn #B89E5A

Color information

#B89E5A (or 0xB89E5A) is unknown color: approx Barley Corn. HEX triplet: B8, 9E and 5A. RGB value is (184,158,90). Sum of RGB (Red+Green+Blue) = 184+158+90=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B89E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89E5A is #4761A5. Grayscale: #9E9E9E. Windows color (decimal): -4678054 or 5938872. OLE color: 5938872.

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

Color convert

RGB18415890-
CMYK00.140.510.28
HSL43.4º39.83%53.73%-
HSV(B)43.4º51.09%72.16%-
XYZ33.8435.3814.72-
YUV158.0289.61146.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.59%
GREEN value IS 158 (62.11% from 255) = 36.57%
BLUE value IS 90 (35.55% from 255) = 20.83%
R=42.59%
G=36.57%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841589000.140.510.2843.439.8353.73
HexB89E5A0E331C2b2836
Octal2702361320166334535066
Binary101110001001111010110100111011001111100101011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89E5A; }

 p { color: rgb(184,158,90); }

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

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

 a { background-color: rgb(184,158,90); }

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

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

 span { border-color: rgb(184,158,90); }

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