#BB977B

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

Shades of Pale Taupe #BB977B

Tints of Pale Taupe #BB977B

Color information

#BB977B (or 0xBB977B) is unknown color: approx Pale Taupe. HEX triplet: BB, 97 and 7B. RGB value is (187,151,123). Sum of RGB (Red+Green+Blue) = 187+151+123=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB977B is #446884. Grayscale: #9E9E9E. Windows color (decimal): -4483205 or 8099771. OLE color: 8099771.

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

Color convert

RGB187151123-
CMYK00.190.340.27
HSL26.25º32%60.78%-
HSV(B)26.25º34.22%73.33%-
XYZ35.1434.1323.47-
YUV158.57107.93148.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 151 (59.38% from 255) = 32.75%
BLUE value IS 123 (48.44% from 255) = 26.68%
R=40.56%
G=32.75%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715112300.190.340.2726.253260.78
HexBB977B013221B1a203d
Octal2732271730234233324075
Binary101110111001011111110110100111000101101111010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB977B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB977B; }

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

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

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

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

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

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

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

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