#B58365

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

Shades of Medium Wood #B58365

Tints of Medium Wood #B58365

Color information

#B58365 (or 0xB58365) is unknown color: approx Medium Wood. HEX triplet: B5, 83 and 65. RGB value is (181,131,101). Sum of RGB (Red+Green+Blue) = 181+131+101=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B58365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58365 is #4A7C9A. Grayscale: #8E8E8E. Windows color (decimal): -4881563 or 6652853. OLE color: 6652853.

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

Color convert

RGB181131101-
CMYK00.280.440.29
HSL22.5º35.09%55.29%-
HSV(B)22.5º44.2%70.98%-
XYZ29.522715.97-
YUV142.53104.57155.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.83%
GREEN value IS 131 (51.56% from 255) = 31.72%
BLUE value IS 101 (39.84% from 255) = 24.46%
R=43.83%
G=31.72%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113110100.280.440.2922.535.0955.29
HexB5836501C2C1D172337
Octal2652031450345435274367
Binary101101011000001111001010111001011001110110111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58365; }

 p { color: rgb(181,131,101); }

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

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

 a { background-color: rgb(181,131,101); }

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

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

 span { border-color: rgb(181,131,101); }

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