#B89454

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

Shades of Barley Corn #B89454

Tints of Barley Corn #B89454

Color information

#B89454 (or 0xB89454) is unknown color: approx Barley Corn. HEX triplet: B8, 94 and 54. RGB value is (184,148,84). Sum of RGB (Red+Green+Blue) = 184+148+84=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B89454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89454 is #476BAB. Grayscale: #979797. Windows color (decimal): -4680620 or 5543096. OLE color: 5543096.

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

Color convert

RGB18414884-
CMYK00.200.540.28
HSL38.4º41.32%52.55%-
HSV(B)38.4º54.35%72.16%-
XYZ31.9632.0112.88-
YUV151.4789.93151.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.23%
GREEN value IS 148 (58.20% from 255) = 35.58%
BLUE value IS 84 (33.20% from 255) = 20.19%
R=44.23%
G=35.58%
B=20.19%

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
Decimal1841488400.200.540.2838.441.3252.55
HexB89454014361C262935
Octal2702241240246634465165
Binary1011100010010100101010001010011011011100100110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89454; }

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

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

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

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

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

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

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

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