#BC7F91

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

Shades of Puce #BC7F91

Tints of Puce #BC7F91

Color information

#BC7F91 (or 0xBC7F91) is unknown color: approx Puce. HEX triplet: BC, 7F and 91. RGB value is (188,127,145). Sum of RGB (Red+Green+Blue) = 188+127+145=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7F91 is #43806E. Grayscale: #939393. Windows color (decimal): -4423791 or 9535420. OLE color: 9535420.

HSL color Cylindrical-coordinate representation of color #BC7F91: hue angle of 342.3º 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 #BC7F91 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB188127145-
CMYK00.320.230.26
HSL342.3º31.28%61.76%-
HSV(B)342.3º32.45%73.73%-
XYZ33.4427.9130.41-
YUV147.29126.71157.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.87%
GREEN value IS 127 (50% from 255) = 27.61%
BLUE value IS 145 (57.03% from 255) = 31.52%
R=40.87%
G=27.61%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812714500.320.230.26342.331.2861.76
HexBC7F91020171A1561f3e
Octal27417722104027325263776
Binary101111001111111100100010100000101111101010101011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7F91; }

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

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

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

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

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

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

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

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