#B58065

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

Shades of Medium Wood #B58065

Tints of Medium Wood #B58065

Color information

#B58065 (or 0xB58065) is unknown color: approx Medium Wood. HEX triplet: B5, 80 and 65. RGB value is (181,128,101). Sum of RGB (Red+Green+Blue) = 181+128+101=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 101 (39.84% from 255 or 24.63% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B58065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58065 is #4A7F9A. Grayscale: #8C8C8C. Windows color (decimal): -4882331 or 6652085. OLE color: 6652085.

HSL color Cylindrical-coordinate representation of color #B58065: hue angle of 20.25º 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 #B58065 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB181128101-
CMYK00.290.440.29
HSL20.25º35.09%55.29%-
HSV(B)20.25º44.2%70.98%-
XYZ29.1226.215.83-
YUV140.77105.56156.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.15%
GREEN value IS 128 (50.39% from 255) = 31.22%
BLUE value IS 101 (39.84% from 255) = 24.63%
R=44.15%
G=31.22%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112810100.290.440.2920.2535.0955.29
HexB5806501D2C1D142337
Octal2652001450355435244367
Binary101101011000000011001010111011011001110110100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58065; }

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

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

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

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

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

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

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

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