#BC7D94

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

Shades of Puce #BC7D94

Tints of Puce #BC7D94

Color information

#BC7D94 (or 0xBC7D94) is unknown color: approx Puce. HEX triplet: BC, 7D and 94. RGB value is (188,125,148). Sum of RGB (Red+Green+Blue) = 188+125+148=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7D94 is #43826B. Grayscale: #929292. Windows color (decimal): -4424300 or 9731516. OLE color: 9731516.

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

Color convert

RGB188125148-
CMYK00.340.210.26
HSL338.1º31.98%61.37%-
HSV(B)338.1º33.51%73.73%-
XYZ33.4227.531.56-
YUV146.46128.87157.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 125 (49.22% from 255) = 27.11%
BLUE value IS 148 (58.20% from 255) = 32.10%
R=40.78%
G=27.11%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812514800.340.210.26338.131.9861.37
HexBC7D94022151A152203d
Octal27417522404225325224075
Binary1011110011111011001010001000101010111010101010010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7D94; }

 p { color: rgb(188,125,148); }

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

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

 a { background-color: rgb(188,125,148); }

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

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

 span { border-color: rgb(188,125,148); }

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