#BB947B

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

Shades of Pale Taupe #BB947B

Tints of Pale Taupe #BB947B

Color information

#BB947B (or 0xBB947B) is unknown color: approx Pale Taupe. HEX triplet: BB, 94 and 7B. RGB value is (187,148,123). Sum of RGB (Red+Green+Blue) = 187+148+123=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BB947B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB947B is #446B84. Grayscale: #9C9C9C. Windows color (decimal): -4483973 or 8099003. OLE color: 8099003.

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

Color convert

RGB187148123-
CMYK00.210.340.27
HSL23.44º32%60.78%-
HSV(B)23.44º34.22%73.33%-
XYZ34.6633.1723.32-
YUV156.81108.92149.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.83%
GREEN value IS 148 (58.20% from 255) = 32.31%
BLUE value IS 123 (48.44% from 255) = 26.86%
R=40.83%
G=32.31%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714812300.210.340.2723.443260.78
HexBB947B015221B17203d
Octal2732241730254233274075
Binary101110111001010011110110101011000101101110111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB947B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB947B; }

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

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

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

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

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

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

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

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