#BB9476

Color #BB9476 Pale Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Taupe #BB9476

Tints of Pale Taupe #BB9476

Color information

#BB9476 (or 0xBB9476) is unknown color: approx Pale Taupe. HEX triplet: BB, 94 and 76. RGB value is (187,148,118). Sum of RGB (Red+Green+Blue) = 187+148+118=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9476 is #446B89. Grayscale: #9C9C9C. Windows color (decimal): -4483978 or 7771323. OLE color: 7771323.

HSL color Cylindrical-coordinate representation of color #BB9476: hue angle of 26.09º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB9476 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB187148118-
CMYK00.210.370.27
HSL26.09º33.66%59.8%-
HSV(B)26.09º36.9%73.33%-
XYZ34.3533.0521.71-
YUV156.24106.42149.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.28%
GREEN value IS 148 (58.20% from 255) = 32.67%
BLUE value IS 118 (46.48% from 255) = 26.05%
R=41.28%
G=32.67%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714811800.210.370.2726.0933.6659.8
HexBB9476015251B1a223c
Octal2732241660254533324274
Binary101110111001010011101100101011001011101111010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9476; }

 p { color: rgb(187,148,118); }

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

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

 a { background-color: rgb(187,148,118); }

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

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

 span { border-color: rgb(187,148,118); }

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