#BB8460

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

Shades of Medium Wood #BB8460

Tints of Medium Wood #BB8460

Color information

#BB8460 (or 0xBB8460) is unknown color: approx Medium Wood. HEX triplet: BB, 84 and 60. RGB value is (187,132,96). Sum of RGB (Red+Green+Blue) = 187+132+96=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8460 is #447B9F. Grayscale: #909090. Windows color (decimal): -4488096 or 6325435. OLE color: 6325435.

HSL color Cylindrical-coordinate representation of color #BB8460: hue angle of 23.74º 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 #BB8460 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB18713296-
CMYK00.290.490.27
HSL23.74º40.09%55.49%-
HSV(B)23.74º48.66%73.33%-
XYZ30.8627.9114.83-
YUV144.34100.72158.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.06%
GREEN value IS 132 (51.95% from 255) = 31.81%
BLUE value IS 96 (37.89% from 255) = 23.13%
R=45.06%
G=31.81%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871329600.290.490.2723.7440.0955.49
HexBB846001D311B182837
Octal2732041400356133305067
Binary101110111000010011000000111011100011101111000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8460; }

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

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

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

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

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

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

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

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