#BC7F90

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

Shades of Puce #BC7F90

Tints of Puce #BC7F90

Color information

#BC7F90 (or 0xBC7F90) is unknown color: approx Puce. HEX triplet: BC, 7F and 90. RGB value is (188,127,144). Sum of RGB (Red+Green+Blue) = 188+127+144=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 144 (56.64% from 255 or 31.37% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7F90 is #43806F. Grayscale: #939393. Windows color (decimal): -4423792 or 9469884. OLE color: 9469884.

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

Color convert

RGB188127144-
CMYK00.320.230.26
HSL343.28º31.28%61.76%-
HSV(B)343.28º32.45%73.73%-
XYZ33.3627.8830.01-
YUV147.18126.21157.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 127 (50% from 255) = 27.67%
BLUE value IS 144 (56.64% from 255) = 31.37%
R=40.96%
G=27.67%
B=31.37%

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
Decimal18812714400.320.230.26343.2831.2861.76
HexBC7F90020171A1571f3e
Octal27417722004027325273776
Binary101111001111111100100000100000101111101010101011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7F90; }

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

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

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

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

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

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

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

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