#BB917D

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

Shades of Pale Taupe #BB917D

Tints of Pale Taupe #BB917D

Color information

#BB917D (or 0xBB917D) is unknown color: approx Pale Taupe. HEX triplet: BB, 91 and 7D. RGB value is (187,145,125). Sum of RGB (Red+Green+Blue) = 187+145+125=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB917D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB917D is #446E82. Grayscale: #9B9B9B. Windows color (decimal): -4484739 or 8229307. OLE color: 8229307.

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

Color convert

RGB187145125-
CMYK00.220.330.27
HSL19.35º31.31%61.18%-
HSV(B)19.35º33.16%73.33%-
XYZ34.3232.323.83-
YUV155.28110.91150.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.92%
GREEN value IS 145 (57.03% from 255) = 31.73%
BLUE value IS 125 (49.22% from 255) = 27.35%
R=40.92%
G=31.73%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714512500.220.330.2719.3531.3161.18
HexBB917D016211B131f3d
Octal2732211750264133233775
Binary10111011100100011111101010110100001110111001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB917D; }

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

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

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

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

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

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

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

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