#B58F61

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

Shades of Barley Corn #B58F61

Tints of Barley Corn #B58F61

Color information

#B58F61 (or 0xB58F61) is unknown color: approx Barley Corn. HEX triplet: B5, 8F and 61. RGB value is (181,143,97). Sum of RGB (Red+Green+Blue) = 181+143+97=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58F61 is #4A709E. Grayscale: #959595. Windows color (decimal): -4878495 or 6393781. OLE color: 6393781.

HSL color Cylindrical-coordinate representation of color #B58F61: hue angle of 32.86º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B58F61 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB18114397-
CMYK00.210.460.29
HSL32.86º36.21%54.51%-
HSV(B)32.86º46.41%70.98%-
XYZ31.0430.3315.53-
YUV149.1298.59150.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.99%
GREEN value IS 143 (56.25% from 255) = 33.97%
BLUE value IS 97 (38.28% from 255) = 23.04%
R=42.99%
G=33.97%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811439700.210.460.2932.8636.2154.51
HexB58F610152E1D212437
Octal2652171410255635414467
Binary1011010110001111110000101010110111011101100001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58F61; }

 p { color: rgb(181,143,97); }

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

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

 a { background-color: rgb(181,143,97); }

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

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

 span { border-color: rgb(181,143,97); }

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