#b58d58

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

Shades of Barley Corn #B58D58

Tints of Barley Corn #B58D58

Color information

#B58D58 (or 0xB58D58) is unknown color: approx Barley Corn. HEX triplet: B5, 8D and 58. RGB value is (181,141,88). Sum of RGB (Red+Green+Blue) = 181+141+88=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 88 (34.77% from 255 or 21.46% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58D58 is #4A72A7. Grayscale: #939393. Windows color (decimal): -4879016 or 5803445. OLE color: 5803445.

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

Color convert

RGB18114188-
CMYK00.220.510.29
HSL34.19º38.59%52.75%-
HSV(B)34.19º51.38%70.98%-
XYZ30.3429.5813.34-
YUV146.9294.75152.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.15%
GREEN value IS 141 (55.47% from 255) = 34.39%
BLUE value IS 88 (34.77% from 255) = 21.46%
R=44.15%
G=34.39%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811418800.220.510.2934.1938.5952.75
HexB58D58016331D222735
Octal2652151300266335424765
Binary1011010110001101101100001011011001111101100010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b58d58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b58d58; }

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

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

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

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

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

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

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

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