#B89653

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

Shades of Barley Corn #B89653

Tints of Barley Corn #B89653

Color information

#B89653 (or 0xB89653) is unknown color: approx Barley Corn. HEX triplet: B8, 96 and 53. RGB value is (184,150,83). Sum of RGB (Red+Green+Blue) = 184+150+83=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 83 (32.81% from 255 or 19.90% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B89653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89653 is #4769AC. Grayscale: #989898. Windows color (decimal): -4680109 or 5478072. OLE color: 5478072.

HSL color Cylindrical-coordinate representation of color #B89653: hue angle of 39.8º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B89653 is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB18415083-
CMYK00.180.550.28
HSL39.8º41.56%52.35%-
HSV(B)39.8º54.89%72.16%-
XYZ32.2332.6312.78-
YUV152.5388.76150.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.12%
GREEN value IS 150 (58.98% from 255) = 35.97%
BLUE value IS 83 (32.81% from 255) = 19.90%
R=44.12%
G=35.97%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841508300.180.550.2839.841.5652.35
HexB89653012371C282a34
Octal2702261230226734505264
Binary1011100010010110101001101001011011111100101000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89653; }

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

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

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

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

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

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

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

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