#B89054

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

Shades of Barley Corn #B89054

Tints of Barley Corn #B89054

Color information

#B89054 (or 0xB89054) is unknown color: approx Barley Corn. HEX triplet: B8, 90 and 54. RGB value is (184,144,84). Sum of RGB (Red+Green+Blue) = 184+144+84=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 84 (33.20% from 255 or 20.39% from 412); Max value from RGB is 184 - color contains mainly: red. Hex color #B89054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89054 is #476FAB. Grayscale: #959595. Windows color (decimal): -4681644 or 5542072. OLE color: 5542072.

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

Color convert

RGB18414484-
CMYK00.220.540.28
HSL36º41.32%52.55%-
HSV(B)36º54.35%72.16%-
XYZ31.3430.7812.68-
YUV149.1291.25152.88-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.66%
GREEN value IS 144 (56.64% from 255) = 34.95%
BLUE value IS 84 (33.20% from 255) = 20.39%
R=44.66%
G=34.95%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841448400.220.540.283641.3252.55
HexB89054016361C242935
Octal2702201240266634445165
Binary1011100010010000101010001011011011011100100100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89054; }

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

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

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

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

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

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

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

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