#BB8160

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

Shades of Medium Wood #BB8160

Tints of Medium Wood #BB8160

Color information

#BB8160 (or 0xBB8160) is unknown color: approx Medium Wood. HEX triplet: BB, 81 and 60. RGB value is (187,129,96). Sum of RGB (Red+Green+Blue) = 187+129+96=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8160 is #447E9F. Grayscale: #8E8E8E. Windows color (decimal): -4488864 or 6324667. OLE color: 6324667.

HSL color Cylindrical-coordinate representation of color #BB8160: hue angle of 21.76º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB8160 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB18712996-
CMYK00.310.490.27
HSL21.76º40.09%55.49%-
HSV(B)21.76º48.66%73.33%-
XYZ30.4627.1114.69-
YUV142.58101.72159.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.39%
GREEN value IS 129 (50.78% from 255) = 31.31%
BLUE value IS 96 (37.89% from 255) = 23.30%
R=45.39%
G=31.31%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871299600.310.490.2721.7640.0955.49
HexBB816001F311B162837
Octal2732011400376133265067
Binary101110111000000111000000111111100011101110110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8160; }

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

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

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

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

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

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

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

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