#B58267

Color #B58267 Medium Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Wood #B58267

Tints of Medium Wood #B58267

Color information

#B58267 (or 0xB58267) is unknown color: approx Medium Wood. HEX triplet: B5, 82 and 67. RGB value is (181,130,103). Sum of RGB (Red+Green+Blue) = 181+130+103=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 103 (40.62% from 255 or 24.88% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B58267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58267 is #4A7D98. Grayscale: #8E8E8E. Windows color (decimal): -4881817 or 6783669. OLE color: 6783669.

HSL color Cylindrical-coordinate representation of color #B58267: hue angle of 20.77º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B58267 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB181130103-
CMYK00.280.430.29
HSL20.77º34.51%55.69%-
HSV(B)20.77º43.09%70.98%-
XYZ29.4926.7716.44-
YUV142.17105.9155.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.72%
GREEN value IS 130 (51.17% from 255) = 31.40%
BLUE value IS 103 (40.62% from 255) = 24.88%
R=43.72%
G=31.40%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113010300.280.430.2920.7734.5155.69
HexB5826701C2B1D152338
Octal2652021470345335254370
Binary101101011000001011001110111001010111110110101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58267; }

 p { color: rgb(181,130,103); }

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

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

 a { background-color: rgb(181,130,103); }

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

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

 span { border-color: rgb(181,130,103); }

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