#B89855

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

Shades of Barley Corn #B89855

Tints of Barley Corn #B89855

Color information

#B89855 (or 0xB89855) is unknown color: approx Barley Corn. HEX triplet: B8, 98 and 55. RGB value is (184,152,85). Sum of RGB (Red+Green+Blue) = 184+152+85=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B89855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89855 is #4767AA. Grayscale: #9A9A9A. Windows color (decimal): -4679595 or 5609656. OLE color: 5609656.

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

Color convert

RGB18415285-
CMYK00.170.540.28
HSL40.61º41.08%52.75%-
HSV(B)40.61º53.8%72.16%-
XYZ32.6433.313.3-
YUV153.9389.1149.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.71%
GREEN value IS 152 (59.77% from 255) = 36.10%
BLUE value IS 85 (33.59% from 255) = 20.19%
R=43.71%
G=36.10%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841528500.170.540.2840.6141.0852.75
HexB89855011361C292935
Octal2702301250216634515165
Binary1011100010011000101010101000111011011100101001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89855; }

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

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

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

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

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

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

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

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