#B59251

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

Shades of Barley Corn #B59251

Tints of Barley Corn #B59251

Color information

#B59251 (or 0xB59251) is unknown color: approx Barley Corn. HEX triplet: B5, 92 and 51. RGB value is (181,146,81). Sum of RGB (Red+Green+Blue) = 181+146+81=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 81 (32.03% from 255 or 19.85% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B59251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59251 is #4A6DAE. Grayscale: #959595. Windows color (decimal): -4877743 or 5345973. OLE color: 5345973.

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

Color convert

RGB18114681-
CMYK00.190.550.29
HSL39º40.32%51.37%-
HSV(B)39º55.25%70.98%-
XYZ30.8230.9812.14-
YUV149.0689.6150.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.36%
GREEN value IS 146 (57.42% from 255) = 35.78%
BLUE value IS 81 (32.03% from 255) = 19.85%
R=44.36%
G=35.78%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811468100.190.550.293940.3251.37
HexB59251013371D272833
Octal2652221210236735475063
Binary1011010110010010101000101001111011111101100111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59251; }

 p { color: rgb(181,146,81); }

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

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

 a { background-color: rgb(181,146,81); }

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

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

 span { border-color: rgb(181,146,81); }

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