#B89455

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

Shades of Barley Corn #B89455

Tints of Barley Corn #B89455

Color information

#B89455 (or 0xB89455) is unknown color: approx Barley Corn. HEX triplet: B8, 94 and 55. RGB value is (184,148,85). Sum of RGB (Red+Green+Blue) = 184+148+85=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 85 (33.59% from 255 or 20.38% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B89455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89455 is #476BAA. Grayscale: #979797. Windows color (decimal): -4680619 or 5608632. OLE color: 5608632.

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

Color convert

RGB18414885-
CMYK00.200.540.28
HSL38.18º41.08%52.75%-
HSV(B)38.18º53.8%72.16%-
XYZ3232.0313.09-
YUV151.5890.43151.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.12%
GREEN value IS 148 (58.20% from 255) = 35.49%
BLUE value IS 85 (33.59% from 255) = 20.38%
R=44.12%
G=35.49%
B=20.38%

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
Decimal1841488500.200.540.2838.1841.0852.75
HexB89455014361C262935
Octal2702241250246634465165
Binary1011100010010100101010101010011011011100100110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89455; }

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

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

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

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

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

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

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

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