#BB907D

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

Shades of Pale Taupe #BB907D

Tints of Pale Taupe #BB907D

Color information

#BB907D (or 0xBB907D) is unknown color: approx Pale Taupe. HEX triplet: BB, 90 and 7D. RGB value is (187,144,125). Sum of RGB (Red+Green+Blue) = 187+144+125=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 125 (49.22% from 255 or 27.41% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BB907D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB907D is #446F82. Grayscale: #9A9A9A. Windows color (decimal): -4484995 or 8229051. OLE color: 8229051.

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

Color convert

RGB187144125-
CMYK00.230.330.27
HSL18.39º31.31%61.18%-
HSV(B)18.39º33.16%73.33%-
XYZ34.1731.9923.78-
YUV154.69111.25151.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.01%
GREEN value IS 144 (56.64% from 255) = 31.58%
BLUE value IS 125 (49.22% from 255) = 27.41%
R=41.01%
G=31.58%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714412500.230.330.2718.3931.3161.18
HexBB907D017211B121f3d
Octal2732201750274133223775
Binary10111011100100001111101010111100001110111001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB907D; }

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

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

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

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

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

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

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

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