#BB957A

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

Shades of Pale Taupe #BB957A

Tints of Pale Taupe #BB957A

Color information

#BB957A (or 0xBB957A) is unknown color: approx Pale Taupe. HEX triplet: BB, 95 and 7A. RGB value is (187,149,122). Sum of RGB (Red+Green+Blue) = 187+149+122=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BB957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB957A is #446A85. Grayscale: #9D9D9D. Windows color (decimal): -4483718 or 8033723. OLE color: 8033723.

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

Color convert

RGB187149122-
CMYK00.200.350.27
HSL24.92º32.34%60.59%-
HSV(B)24.92º34.76%73.33%-
XYZ34.7533.4623.04-
YUV157.28108.09149.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.83%
GREEN value IS 149 (58.59% from 255) = 32.53%
BLUE value IS 122 (48.05% from 255) = 26.64%
R=40.83%
G=32.53%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714912200.200.350.2724.9232.3460.59
HexBB957A014231B19203d
Octal2732251720244333314075
Binary101110111001010111110100101001000111101111001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB957A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB957A; }

 p { color: rgb(187,149,122); }

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

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

 a { background-color: rgb(187,149,122); }

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

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

 span { border-color: rgb(187,149,122); }

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