#B59E5E

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

Shades of Barley Corn #B59E5E

Tints of Barley Corn #B59E5E

Color information

#B59E5E (or 0xB59E5E) is unknown color: approx Barley Corn. HEX triplet: B5, 9E and 5E. RGB value is (181,158,94). Sum of RGB (Red+Green+Blue) = 181+158+94=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B59E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59E5E is #4A61A1. Grayscale: #9D9D9D. Windows color (decimal): -4874658 or 6201013. OLE color: 6201013.

HSL color Cylindrical-coordinate representation of color #B59E5E: hue angle of 44.14º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B59E5E is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18115894-
CMYK00.130.480.29
HSL44.14º37.02%53.92%-
HSV(B)44.14º48.07%70.98%-
XYZ33.335.0915.61-
YUV157.5892.12144.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 158 (62.11% from 255) = 36.49%
BLUE value IS 94 (37.11% from 255) = 21.71%
R=41.80%
G=36.49%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811589400.130.480.2944.1437.0253.92
HexB59E5E0D301D2c2536
Octal2652361360156035544566
Binary101101011001111010111100110111000011101101100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59E5E; }

 p { color: rgb(181,158,94); }

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

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

 a { background-color: rgb(181,158,94); }

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

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

 span { border-color: rgb(181,158,94); }

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