#B59862

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

Shades of Barley Corn #B59862

Tints of Barley Corn #B59862

Color information

#B59862 (or 0xB59862) is unknown color: approx Barley Corn. HEX triplet: B5, 98 and 62. RGB value is (181,152,98). Sum of RGB (Red+Green+Blue) = 181+152+98=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 152 (59.77% from 255 or 35.27% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B59862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59862 is #4A679D. Grayscale: #9A9A9A. Windows color (decimal): -4876190 or 6461621. OLE color: 6461621.

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

Color convert

RGB18115298-
CMYK00.160.460.29
HSL39.04º35.93%54.71%-
HSV(B)39.04º45.86%70.98%-
XYZ32.4933.1616.24-
YUV154.5196.11146.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.00%
GREEN value IS 152 (59.77% from 255) = 35.27%
BLUE value IS 98 (38.67% from 255) = 22.74%
R=42.00%
G=35.27%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811529800.160.460.2939.0435.9354.71
HexB598620102E1D272437
Octal2652301420205635474467
Binary1011010110011000110001001000010111011101100111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59862; }

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

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

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

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

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

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

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

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