#B59158

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

Shades of Barley Corn #B59158

Tints of Barley Corn #B59158

Color information

#B59158 (or 0xB59158) is unknown color: approx Barley Corn. HEX triplet: B5, 91 and 58. RGB value is (181,145,88). Sum of RGB (Red+Green+Blue) = 181+145+88=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 88 (34.77% from 255 or 21.26% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B59158 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59158 is #4A6EA7. Grayscale: #959595. Windows color (decimal): -4877992 or 5804469. OLE color: 5804469.

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

Color convert

RGB18114588-
CMYK00.200.510.29
HSL36.77º38.59%52.75%-
HSV(B)36.77º51.38%70.98%-
XYZ30.9430.7813.54-
YUV149.2793.43150.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.72%
GREEN value IS 145 (57.03% from 255) = 35.02%
BLUE value IS 88 (34.77% from 255) = 21.26%
R=43.72%
G=35.02%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811458800.200.510.2936.7738.5952.75
HexB59158014331D252735
Octal2652211300246335454765
Binary1011010110010001101100001010011001111101100101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59158; }

 p { color: rgb(181,145,88); }

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

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

 a { background-color: rgb(181,145,88); }

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

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

 span { border-color: rgb(181,145,88); }

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