#B88160

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

Shades of Medium Wood #B88160

Tints of Medium Wood #B88160

Color information

#B88160 (or 0xB88160) is unknown color: approx Medium Wood. HEX triplet: B8, 81 and 60. RGB value is (184,129,96). Sum of RGB (Red+Green+Blue) = 184+129+96=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 96 (37.89% from 255 or 23.47% from 409); Max value from RGB is 184 - color contains mainly: red. Hex color #B88160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88160 is #477E9F. Grayscale: #8D8D8D. Windows color (decimal): -4685472 or 6324664. OLE color: 6324664.

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

Color convert

RGB18412996-
CMYK00.300.480.28
HSL22.5º38.26%54.9%-
HSV(B)22.5º47.83%72.16%-
XYZ29.7326.7414.66-
YUV141.68102.22158.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.99%
GREEN value IS 129 (50.78% from 255) = 31.54%
BLUE value IS 96 (37.89% from 255) = 23.47%
R=44.99%
G=31.54%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841299600.300.480.2822.538.2654.9
HexB8816001E301C172637
Octal2702011400366034274667
Binary101110001000000111000000111101100001110010111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88160; }

 p { color: rgb(184,129,96); }

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

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

 a { background-color: rgb(184,129,96); }

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

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

 span { border-color: rgb(184,129,96); }

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