#BC7F92

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

Shades of Puce #BC7F92

Tints of Puce #BC7F92

Color information

#BC7F92 (or 0xBC7F92) is unknown color: approx Puce. HEX triplet: BC, 7F and 92. RGB value is (188,127,146). Sum of RGB (Red+Green+Blue) = 188+127+146=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7F92 is #43806D. Grayscale: #939393. Windows color (decimal): -4423790 or 9600956. OLE color: 9600956.

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

Color convert

RGB188127146-
CMYK00.320.220.26
HSL341.31º31.28%61.76%-
HSV(B)341.31º32.45%73.73%-
XYZ33.5227.9530.82-
YUV147.4127.21156.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 127 (50% from 255) = 27.55%
BLUE value IS 146 (57.42% from 255) = 31.67%
R=40.78%
G=27.55%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812714600.320.220.26341.3131.2861.76
HexBC7F92020161A1551f3e
Octal27417722204026325253776
Binary101111001111111100100100100000101101101010101010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7F92; }

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

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

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

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

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

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

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

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