#BB805B

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

Shades of Medium Wood #BB805B

Tints of Medium Wood #BB805B

Color information

#BB805B (or 0xBB805B) is unknown color: approx Medium Wood. HEX triplet: BB, 80 and 5B. RGB value is (187,128,91). Sum of RGB (Red+Green+Blue) = 187+128+91=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB805B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB805B is #447FA4. Grayscale: #8D8D8D. Windows color (decimal): -4489125 or 5996731. OLE color: 5996731.

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

Color convert

RGB18712891-
CMYK00.320.510.27
HSL23.13º41.38%54.51%-
HSV(B)23.13º51.34%73.33%-
XYZ30.126.7613.48-
YUV141.4299.55160.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.06%
GREEN value IS 128 (50.39% from 255) = 31.53%
BLUE value IS 91 (35.94% from 255) = 22.41%
R=46.06%
G=31.53%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871289100.320.510.2723.1341.3854.51
HexBB805B020331B172937
Octal2732001330406333275167
Binary1011101110000000101101101000001100111101110111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB805B; }

 p { color: rgb(187,128,91); }

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

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

 a { background-color: rgb(187,128,91); }

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

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

 span { border-color: rgb(187,128,91); }

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