#b89363

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

Shades of Barley Corn #B89363

Tints of Barley Corn #B89363

Color information

#B89363 (or 0xB89363) is unknown color: approx Barley Corn. HEX triplet: B8, 93 and 63. RGB value is (184,147,99). Sum of RGB (Red+Green+Blue) = 184+147+99=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B89363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89363 is #476C9C. Grayscale: #989898. Windows color (decimal): -4680861 or 6525880. OLE color: 6525880.

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

Color convert

RGB18414799-
CMYK00.200.460.28
HSL33.88º37.44%55.49%-
HSV(B)33.88º46.2%72.16%-
XYZ32.4531.9616.26-
YUV152.5997.76150.4-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.79%
GREEN value IS 147 (57.81% from 255) = 34.19%
BLUE value IS 99 (39.06% from 255) = 23.02%
R=42.79%
G=34.19%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841479900.200.460.2833.8837.4455.49
HexB893630142E1C222537
Octal2702231430245634424567
Binary1011100010010011110001101010010111011100100010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b89363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b89363; }

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

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

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

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

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

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

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

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