#B59462

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

Shades of Barley Corn #B59462

Tints of Barley Corn #B59462

Color information

#B59462 (or 0xB59462) is unknown color: approx Barley Corn. HEX triplet: B5, 94 and 62. RGB value is (181,148,98). Sum of RGB (Red+Green+Blue) = 181+148+98=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 98 (38.67% from 255 or 22.95% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B59462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59462 is #4A6B9D. Grayscale: #989898. Windows color (decimal): -4877214 or 6460597. OLE color: 6460597.

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

Color convert

RGB18114898-
CMYK00.180.460.29
HSL36.14º35.93%54.71%-
HSV(B)36.14º45.86%70.98%-
XYZ31.8531.8916.03-
YUV152.1797.43148.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 148 (58.20% from 255) = 34.66%
BLUE value IS 98 (38.67% from 255) = 22.95%
R=42.39%
G=34.66%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811489800.180.460.2936.1435.9354.71
HexB594620122E1D242437
Octal2652241420225635444467
Binary1011010110010100110001001001010111011101100100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59462; }

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

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

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

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

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

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

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

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