#B89457

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

Shades of Barley Corn #B89457

Tints of Barley Corn #B89457

Color information

#B89457 (or 0xB89457) is unknown color: approx Barley Corn. HEX triplet: B8, 94 and 57. RGB value is (184,148,87). Sum of RGB (Red+Green+Blue) = 184+148+87=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 87 (34.38% from 255 or 20.76% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B89457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89457 is #476BA8. Grayscale: #989898. Windows color (decimal): -4680617 or 5739704. OLE color: 5739704.

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

Color convert

RGB18414887-
CMYK00.200.530.28
HSL37.73º40.59%53.14%-
HSV(B)37.73º52.72%72.16%-
XYZ32.0832.0613.51-
YUV151.8191.43150.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.91%
GREEN value IS 148 (58.20% from 255) = 35.32%
BLUE value IS 87 (34.38% from 255) = 20.76%
R=43.91%
G=35.32%
B=20.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841488700.200.530.2837.7340.5953.14
HexB89457014351C262935
Octal2702241270246534465165
Binary1011100010010100101011101010011010111100100110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89457; }

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

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

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

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

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

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

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

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