#B59458

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

Shades of Barley Corn #B59458

Tints of Barley Corn #B59458

Color information

#B59458 (or 0xB59458) is unknown color: approx Barley Corn. HEX triplet: B5, 94 and 58. RGB value is (181,148,88). Sum of RGB (Red+Green+Blue) = 181+148+88=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 88 (34.77% from 255 or 21.10% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B59458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B59458 is #4A6BA7. Grayscale: #979797. Windows color (decimal): -4877224 or 5805237. OLE color: 5805237.

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

Color convert

RGB18114888-
CMYK00.180.510.29
HSL38.71º38.59%52.75%-
HSV(B)38.71º51.38%70.98%-
XYZ31.4131.7113.7-
YUV151.0392.43149.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.41%
GREEN value IS 148 (58.20% from 255) = 35.49%
BLUE value IS 88 (34.77% from 255) = 21.10%
R=43.41%
G=35.49%
B=21.10%

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
Decimal1811488800.180.510.2938.7138.5952.75
HexB59458012331D272735
Octal2652241300226335474765
Binary1011010110010100101100001001011001111101100111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59458; }

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

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

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

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

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

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

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

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