#B89663

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

Shades of Barley Corn #B89663

Tints of Barley Corn #B89663

Color information

#B89663 (or 0xB89663) is unknown color: approx Barley Corn. HEX triplet: B8, 96 and 63. RGB value is (184,150,99). Sum of RGB (Red+Green+Blue) = 184+150+99=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B89663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89663 is #47699C. Grayscale: #9A9A9A. Windows color (decimal): -4680093 or 6526648. OLE color: 6526648.

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

Color convert

RGB18415099-
CMYK00.180.460.28
HSL36º37.44%55.49%-
HSV(B)36º46.2%72.16%-
XYZ32.9332.916.42-
YUV154.3596.76149.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.49%
GREEN value IS 150 (58.98% from 255) = 34.64%
BLUE value IS 99 (39.06% from 255) = 22.86%
R=42.49%
G=34.64%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841509900.180.460.283637.4455.49
HexB896630122E1C242537
Octal2702261430225634444567
Binary1011100010010110110001101001010111011100100100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89663; }

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

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

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

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

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

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

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

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