#BC7F97

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

Shades of Puce #BC7F97

Tints of Puce #BC7F97

Color information

#BC7F97 (or 0xBC7F97) is unknown color: approx Puce. HEX triplet: BC, 7F and 97. RGB value is (188,127,151). Sum of RGB (Red+Green+Blue) = 188+127+151=466 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.34% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7F97 is #438068. Grayscale: #939393. Windows color (decimal): -4423785 or 9928636. OLE color: 9928636.

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

Color convert

RGB188127151-
CMYK00.320.200.26
HSL336.39º31.28%61.76%-
HSV(B)336.39º32.45%73.73%-
XYZ33.9128.132.92-
YUV147.98129.71156.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.34%
GREEN value IS 127 (50% from 255) = 27.25%
BLUE value IS 151 (59.38% from 255) = 32.40%
R=40.34%
G=27.25%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812715100.320.200.26336.3931.2861.76
HexBC7F97020141A1501f3e
Octal27417722704024325203776
Binary101111001111111100101110100000101001101010101000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7F97; }

 p { color: rgb(188,127,151); }

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

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

 a { background-color: rgb(188,127,151); }

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

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

 span { border-color: rgb(188,127,151); }

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