#B59663

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

Shades of Barley Corn #B59663

Tints of Barley Corn #B59663

Color information

#B59663 (or 0xB59663) is unknown color: approx Barley Corn. HEX triplet: B5, 96 and 63. RGB value is (181,150,99). Sum of RGB (Red+Green+Blue) = 181+150+99=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B59663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59663 is #4A699C. Grayscale: #999999. Windows color (decimal): -4876701 or 6526645. OLE color: 6526645.

HSL color Cylindrical-coordinate representation of color #B59663: hue angle of 37.32º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B59663 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB18115099-
CMYK00.170.450.29
HSL37.32º35.65%54.9%-
HSV(B)37.32º45.3%70.98%-
XYZ32.2132.5416.39-
YUV153.4597.27147.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.09%
GREEN value IS 150 (58.98% from 255) = 34.88%
BLUE value IS 99 (39.06% from 255) = 23.02%
R=42.09%
G=34.88%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811509900.170.450.2937.3235.6554.9
HexB596630112D1D252437
Octal2652261430215535454467
Binary1011010110010110110001101000110110111101100101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59663; }

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

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

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

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

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

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

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

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