#BC7E91

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

Shades of Puce #BC7E91

Tints of Puce #BC7E91

Color information

#BC7E91 (or 0xBC7E91) is unknown color: approx Puce. HEX triplet: BC, 7E and 91. RGB value is (188,126,145). Sum of RGB (Red+Green+Blue) = 188+126+145=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7E91 is #43816E. Grayscale: #929292. Windows color (decimal): -4424047 or 9535164. OLE color: 9535164.

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

Color convert

RGB188126145-
CMYK00.330.230.26
HSL341.61º31.63%61.57%-
HSV(B)341.61º32.98%73.73%-
XYZ33.3127.6630.37-
YUV146.7127.04157.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 126 (49.61% from 255) = 27.45%
BLUE value IS 145 (57.03% from 255) = 31.59%
R=40.96%
G=27.45%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812614500.330.230.26341.6131.6361.57
HexBC7E91021171A156203e
Octal27417622104127325264076
Binary1011110011111101001000101000011011111010101010110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7E91; }

 p { color: rgb(188,126,145); }

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

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

 a { background-color: rgb(188,126,145); }

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

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

 span { border-color: rgb(188,126,145); }

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