#B58E5F

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

Shades of Barley Corn #B58E5F

Tints of Barley Corn #B58E5F

Color information

#B58E5F (or 0xB58E5F) is unknown color: approx Barley Corn. HEX triplet: B5, 8E and 5F. RGB value is (181,142,95). Sum of RGB (Red+Green+Blue) = 181+142+95=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B58E5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58E5F is #4A71A0. Grayscale: #949494. Windows color (decimal): -4878753 or 6262453. OLE color: 6262453.

HSL color Cylindrical-coordinate representation of color #B58E5F: hue angle of 32.79º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B58E5F is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18114295-
CMYK00.220.480.29
HSL32.79º36.75%54.12%-
HSV(B)32.79º47.51%70.98%-
XYZ30.793014.99-
YUV148.397.92151.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.30%
GREEN value IS 142 (55.86% from 255) = 33.97%
BLUE value IS 95 (37.5% from 255) = 22.73%
R=43.30%
G=33.97%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811429500.220.480.2932.7936.7554.12
HexB58E5F016301D212536
Octal2652161370266035414566
Binary1011010110001110101111101011011000011101100001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58E5F; }

 p { color: rgb(181,142,95); }

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

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

 a { background-color: rgb(181,142,95); }

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

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

 span { border-color: rgb(181,142,95); }

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