#BB947D

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

Shades of Pale Taupe #BB947D

Tints of Pale Taupe #BB947D

Color information

#BB947D (or 0xBB947D) is unknown color: approx Pale Taupe. HEX triplet: BB, 94 and 7D. RGB value is (187,148,125). Sum of RGB (Red+Green+Blue) = 187+148+125=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB947D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB947D is #446B82. Grayscale: #9D9D9D. Windows color (decimal): -4483971 or 8230075. OLE color: 8230075.

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

Color convert

RGB187148125-
CMYK00.210.330.27
HSL22.26º31.31%61.18%-
HSV(B)22.26º33.16%73.33%-
XYZ34.7933.2323.98-
YUV157.04109.92149.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.65%
GREEN value IS 148 (58.20% from 255) = 32.17%
BLUE value IS 125 (49.22% from 255) = 27.17%
R=40.65%
G=32.17%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714812500.210.330.2722.2631.3161.18
HexBB947D015211B161f3d
Octal2732241750254133263775
Binary10111011100101001111101010101100001110111011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB947D; }

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

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

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

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

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

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

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

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