#B59062

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

Shades of Barley Corn #B59062

Tints of Barley Corn #B59062

Color information

#B59062 (or 0xB59062) is unknown color: approx Barley Corn. HEX triplet: B5, 90 and 62. RGB value is (181,144,98). Sum of RGB (Red+Green+Blue) = 181+144+98=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 98 (38.67% from 255 or 23.17% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B59062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59062 is #4A6F9D. Grayscale: #969696. Windows color (decimal): -4878238 or 6459573. OLE color: 6459573.

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

Color convert

RGB18114498-
CMYK00.200.460.29
HSL33.25º35.93%54.71%-
HSV(B)33.25º45.86%70.98%-
XYZ31.2330.6515.83-
YUV149.8298.76150.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.79%
GREEN value IS 144 (56.64% from 255) = 34.04%
BLUE value IS 98 (38.67% from 255) = 23.17%
R=42.79%
G=34.04%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811449800.200.460.2933.2535.9354.71
HexB590620142E1D212437
Octal2652201420245635414467
Binary1011010110010000110001001010010111011101100001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59062; }

 p { color: rgb(181,144,98); }

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

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

 a { background-color: rgb(181,144,98); }

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

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

 span { border-color: rgb(181,144,98); }

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