#B89654

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

Shades of Barley Corn #B89654

Tints of Barley Corn #B89654

Color information

#B89654 (or 0xB89654) is unknown color: approx Barley Corn. HEX triplet: B8, 96 and 54. RGB value is (184,150,84). Sum of RGB (Red+Green+Blue) = 184+150+84=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 84 (33.20% from 255 or 20.10% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B89654 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89654 is #4769AB. Grayscale: #989898. Windows color (decimal): -4680108 or 5543608. OLE color: 5543608.

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

Color convert

RGB18415084-
CMYK00.180.540.28
HSL39.6º41.32%52.55%-
HSV(B)39.6º54.35%72.16%-
XYZ32.2732.6412.99-
YUV152.6489.26150.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.02%
GREEN value IS 150 (58.98% from 255) = 35.89%
BLUE value IS 84 (33.20% from 255) = 20.10%
R=44.02%
G=35.89%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841508400.180.540.2839.641.3252.55
HexB89654012361C282935
Octal2702261240226634505165
Binary1011100010010110101010001001011011011100101000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89654; }

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

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

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

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

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

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

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

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