#BB7F94

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

Shades of Puce #BB7F94

Tints of Puce #BB7F94

Color information

#BB7F94 (or 0xBB7F94) is unknown color: approx Puce. HEX triplet: BB, 7F and 94. RGB value is (187,127,148). Sum of RGB (Red+Green+Blue) = 187+127+148=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7F94 is #44806B. Grayscale: #939393. Windows color (decimal): -4489324 or 9732027. OLE color: 9732027.

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

Color convert

RGB187127148-
CMYK00.320.210.27
HSL339º30.61%61.57%-
HSV(B)339º32.09%73.33%-
XYZ33.4327.8831.64-
YUV147.33128.38156.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.48%
GREEN value IS 127 (50% from 255) = 27.49%
BLUE value IS 148 (58.20% from 255) = 32.03%
R=40.48%
G=27.49%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712714800.320.210.2733930.6161.57
HexBB7F94020151B1531f3e
Octal27317722404025335233776
Binary101110111111111100101000100000101011101110101001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7F94; }

 p { color: rgb(187,127,148); }

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

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

 a { background-color: rgb(187,127,148); }

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

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

 span { border-color: rgb(187,127,148); }

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