#B89255

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

Shades of Barley Corn #B89255

Tints of Barley Corn #B89255

Color information

#B89255 (or 0xB89255) is unknown color: approx Barley Corn. HEX triplet: B8, 92 and 55. RGB value is (184,146,85). Sum of RGB (Red+Green+Blue) = 184+146+85=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B89255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89255 is #476DAA. Grayscale: #969696. Windows color (decimal): -4681131 or 5608120. OLE color: 5608120.

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

Color convert

RGB18414685-
CMYK00.210.540.28
HSL36.97º41.08%52.75%-
HSV(B)36.97º53.8%72.16%-
XYZ31.6931.412.99-
YUV150.4191.09151.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.34%
GREEN value IS 146 (57.42% from 255) = 35.18%
BLUE value IS 85 (33.59% from 255) = 20.48%
R=44.34%
G=35.18%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841468500.210.540.2836.9741.0852.75
HexB89255015361C252935
Octal2702221250256634455165
Binary1011100010010010101010101010111011011100100101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89255; }

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

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

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

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

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

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

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

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