#B58268

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

Shades of Medium Wood #B58268

Tints of Medium Wood #B58268

Color information

#B58268 (or 0xB58268) is unknown color: approx Medium Wood. HEX triplet: B5, 82 and 68. RGB value is (181,130,104). Sum of RGB (Red+Green+Blue) = 181+130+104=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 181 - color contains mainly: red. Hex color #B58268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58268 is #4A7D97. Grayscale: #8E8E8E. Windows color (decimal): -4881816 or 6849205. OLE color: 6849205.

HSL color Cylindrical-coordinate representation of color #B58268: hue angle of 20.26º degrees, saturation: 0.34, 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 #B58268 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB181130104-
CMYK00.280.430.29
HSL20.26º34.22%55.88%-
HSV(B)20.26º42.54%70.98%-
XYZ29.5426.7916.71-
YUV142.28106.4155.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.61%
GREEN value IS 130 (51.17% from 255) = 31.33%
BLUE value IS 104 (41.02% from 255) = 25.06%
R=43.61%
G=31.33%
B=25.06%

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
Decimal18113010400.280.430.2920.2634.2255.88
HexB5826801C2B1D142238
Octal2652021500345335244270
Binary101101011000001011010000111001010111110110100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58268; }

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

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

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

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

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

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

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

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