#B58164

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

Shades of Medium Wood #B58164

Tints of Medium Wood #B58164

Color information

#B58164 (or 0xB58164) is unknown color: approx Medium Wood. HEX triplet: B5, 81 and 64. RGB value is (181,129,100). Sum of RGB (Red+Green+Blue) = 181+129+100=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B58164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58164 is #4A7E9B. Grayscale: #8D8D8D. Windows color (decimal): -4882076 or 6586805. OLE color: 6586805.

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

Color convert

RGB181129100-
CMYK00.290.450.29
HSL21.48º35.37%55.1%-
HSV(B)21.48º44.75%70.98%-
XYZ29.2126.4415.62-
YUV141.24104.73156.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.15%
GREEN value IS 129 (50.78% from 255) = 31.46%
BLUE value IS 100 (39.45% from 255) = 24.39%
R=44.15%
G=31.46%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112910000.290.450.2921.4835.3755.1
HexB5816401D2D1D152337
Octal2652011440355535254367
Binary101101011000000111001000111011011011110110101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58164; }

 p { color: rgb(181,129,100); }

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

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

 a { background-color: rgb(181,129,100); }

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

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

 span { border-color: rgb(181,129,100); }

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