#B59958

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

Shades of Barley Corn #B59958

Tints of Barley Corn #B59958

Color information

#B59958 (or 0xB59958) is unknown color: approx Barley Corn. HEX triplet: B5, 99 and 58. RGB value is (181,153,88). Sum of RGB (Red+Green+Blue) = 181+153+88=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B59958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59958 is #4A66A7. Grayscale: #9A9A9A. Windows color (decimal): -4875944 or 5806517. OLE color: 5806517.

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

Color convert

RGB18115388-
CMYK00.150.510.29
HSL41.94º38.59%52.75%-
HSV(B)41.94º51.38%70.98%-
XYZ32.2133.3113.96-
YUV153.9690.78147.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.89%
GREEN value IS 153 (60.16% from 255) = 36.26%
BLUE value IS 88 (34.77% from 255) = 20.85%
R=42.89%
G=36.26%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811538800.150.510.2941.9438.5952.75
HexB599580F331D2a2735
Octal2652311300176335524765
Binary101101011001100110110000111111001111101101010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59958; }

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

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

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

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

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

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

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

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