#B59558

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

Shades of Barley Corn #B59558

Tints of Barley Corn #B59558

Color information

#B59558 (or 0xB59558) is unknown color: approx Barley Corn. HEX triplet: B5, 95 and 58. RGB value is (181,149,88). Sum of RGB (Red+Green+Blue) = 181+149+88=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 149 (58.59% from 255 or 35.65% from 418); Blue value is 88 (34.77% from 255 or 21.05% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B59558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59558 is #4A6AA7. Grayscale: #979797. Windows color (decimal): -4876968 or 5805493. OLE color: 5805493.

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

Color convert

RGB18114988-
CMYK00.180.510.29
HSL39.35º38.59%52.75%-
HSV(B)39.35º51.38%70.98%-
XYZ31.5632.0213.75-
YUV151.6192.1148.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.30%
GREEN value IS 149 (58.59% from 255) = 35.65%
BLUE value IS 88 (34.77% from 255) = 21.05%
R=43.30%
G=35.65%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811498800.180.510.2939.3538.5952.75
HexB59558012331D272735
Octal2652251300226335474765
Binary1011010110010101101100001001011001111101100111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59558; }

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

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

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

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

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

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

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

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