#B89355

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

Shades of Barley Corn #B89355

Tints of Barley Corn #B89355

Color information

#B89355 (or 0xB89355) is unknown color: approx Barley Corn. HEX triplet: B8, 93 and 55. RGB value is (184,147,85). Sum of RGB (Red+Green+Blue) = 184+147+85=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 85 (33.59% from 255 or 20.43% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B89355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89355 is #476CAA. Grayscale: #979797. Windows color (decimal): -4680875 or 5608376. OLE color: 5608376.

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

Color convert

RGB18414785-
CMYK00.200.540.28
HSL37.58º41.08%52.75%-
HSV(B)37.58º53.8%72.16%-
XYZ31.8431.7113.04-
YUV15190.76151.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.23%
GREEN value IS 147 (57.81% from 255) = 35.34%
BLUE value IS 85 (33.59% from 255) = 20.43%
R=44.23%
G=35.34%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841478500.200.540.2837.5841.0852.75
HexB89355014361C262935
Octal2702231250246634465165
Binary1011100010010011101010101010011011011100100110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89355; }

 p { color: rgb(184,147,85); }

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

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

 a { background-color: rgb(184,147,85); }

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

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

 span { border-color: rgb(184,147,85); }

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