#BB927B

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

Shades of Pale Taupe #BB927B

Tints of Pale Taupe #BB927B

Color information

#BB927B (or 0xBB927B) is unknown color: approx Pale Taupe. HEX triplet: BB, 92 and 7B. RGB value is (187,146,123). Sum of RGB (Red+Green+Blue) = 187+146+123=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BB927B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB927B is #446D84. Grayscale: #9B9B9B. Windows color (decimal): -4484485 or 8098491. OLE color: 8098491.

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

Color convert

RGB187146123-
CMYK00.220.340.27
HSL21.56º32%60.78%-
HSV(B)21.56º34.22%73.33%-
XYZ34.3532.5523.21-
YUV155.64109.58150.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.01%
GREEN value IS 146 (57.42% from 255) = 32.02%
BLUE value IS 123 (48.44% from 255) = 26.97%
R=41.01%
G=32.02%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714612300.220.340.2721.563260.78
HexBB927B016221B16203d
Octal2732221730264233264075
Binary101110111001001011110110101101000101101110110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB927B; }

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

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

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

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

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

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

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

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