#B59456

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

Shades of Barley Corn #B59456

Tints of Barley Corn #B59456

Color information

#B59456 (or 0xB59456) is unknown color: approx Barley Corn. HEX triplet: B5, 94 and 56. RGB value is (181,148,86). Sum of RGB (Red+Green+Blue) = 181+148+86=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 86 (33.98% from 255 or 20.72% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B59456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59456 is #4A6BA9. Grayscale: #979797. Windows color (decimal): -4877226 or 5674165. OLE color: 5674165.

HSL color Cylindrical-coordinate representation of color #B59456: hue angle of 39.16º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B59456 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18114886-
CMYK00.180.520.29
HSL39.16º39.09%52.35%-
HSV(B)39.16º52.49%70.98%-
XYZ31.3331.6813.27-
YUV150.891.43149.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 148 (58.20% from 255) = 35.66%
BLUE value IS 86 (33.98% from 255) = 20.72%
R=43.61%
G=35.66%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811488600.180.520.2939.1639.0952.35
HexB59456012341D272734
Octal2652241260226435474764
Binary1011010110010100101011001001011010011101100111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59456; }

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

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

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

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

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

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

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

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