#B89954

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

Shades of Barley Corn #B89954

Tints of Barley Corn #B89954

Color information

#B89954 (or 0xB89954) is unknown color: approx Barley Corn. HEX triplet: B8, 99 and 54. RGB value is (184,153,84). Sum of RGB (Red+Green+Blue) = 184+153+84=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 84 (33.20% from 255 or 19.95% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B89954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89954 is #4766AB. Grayscale: #9A9A9A. Windows color (decimal): -4679340 or 5544376. OLE color: 5544376.

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

Color convert

RGB18415384-
CMYK00.170.540.28
HSL41.4º41.32%52.55%-
HSV(B)41.4º54.35%72.16%-
XYZ32.7633.6113.15-
YUV154.488.27149.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.71%
GREEN value IS 153 (60.16% from 255) = 36.34%
BLUE value IS 84 (33.20% from 255) = 19.95%
R=43.71%
G=36.34%
B=19.95%

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
Decimal1841538400.170.540.2841.441.3252.55
HexB89954011361C292935
Octal2702311240216634515165
Binary1011100010011001101010001000111011011100101001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89954; }

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

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

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

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

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

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

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

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