#BB7E97

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

Shades of Puce #BB7E97

Tints of Puce #BB7E97

Color information

#BB7E97 (or 0xBB7E97) is unknown color: approx Puce. HEX triplet: BB, 7E and 97. RGB value is (187,126,151). Sum of RGB (Red+Green+Blue) = 187+126+151=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 151 (59.38% from 255 or 32.54% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7E97 is #448168. Grayscale: #939393. Windows color (decimal): -4489577 or 9928379. OLE color: 9928379.

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

Color convert

RGB187126151-
CMYK00.330.190.27
HSL335.41º30.96%61.37%-
HSV(B)335.41º32.62%73.33%-
XYZ33.5427.7232.86-
YUV147.09130.21156.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 126 (49.61% from 255) = 27.16%
BLUE value IS 151 (59.38% from 255) = 32.54%
R=40.30%
G=27.16%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712615100.330.190.27335.4130.9661.37
HexBB7E97021131B14f1f3d
Octal27317622704123335173775
Binary101110111111110100101110100001100111101110100111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7E97; }

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

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

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

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

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

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

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

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