#B58163

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

Shades of Medium Wood #B58163

Tints of Medium Wood #B58163

Color information

#B58163 (or 0xB58163) is unknown color: approx Medium Wood. HEX triplet: B5, 81 and 63. RGB value is (181,129,99). Sum of RGB (Red+Green+Blue) = 181+129+99=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 99 (39.06% from 255 or 24.21% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B58163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58163 is #4A7E9C. Grayscale: #8D8D8D. Windows color (decimal): -4882077 or 6521269. OLE color: 6521269.

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

Color convert

RGB18112999-
CMYK00.290.450.29
HSL21.95º35.65%54.9%-
HSV(B)21.95º45.3%70.98%-
XYZ29.1626.4315.37-
YUV141.13104.23156.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.25%
GREEN value IS 129 (50.78% from 255) = 31.54%
BLUE value IS 99 (39.06% from 255) = 24.21%
R=44.25%
G=31.54%
B=24.21%

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
Decimal1811299900.290.450.2921.9535.6554.9
HexB5816301D2D1D162437
Octal2652011430355535264467
Binary101101011000000111000110111011011011110110110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58163; }

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

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

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

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

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

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

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

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