#BC516F

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

Shades of Blush #BC516F

Tints of Blush #BC516F

Color information

#BC516F (or 0xBC516F) is unknown color: approx Blush. HEX triplet: BC, 51 and 6F. RGB value is (188,81,111). Sum of RGB (Red+Green+Blue) = 188+81+111=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC516F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC516F is #43AE90. Grayscale: #747474. Windows color (decimal): -4435601 or 7295420. OLE color: 7295420.

HSL color Cylindrical-coordinate representation of color #BC516F: hue angle of 343.18º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC516F is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB18881111-
CMYK00.570.410.26
HSL343.18º44.4%52.75%-
HSV(B)343.18º56.91%73.73%-
XYZ26.5517.7217.06-
YUV116.41124.95179.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.47%
GREEN value IS 81 (32.03% from 255) = 21.32%
BLUE value IS 111 (43.75% from 255) = 29.21%
R=49.47%
G=21.32%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888111100.570.410.26343.1844.452.75
HexBC516F039291A1572c35
Octal27412115707151325275465
Binary1011110010100011101111011100110100111010101010111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC516F; }

 p { color: rgb(188,81,111); }

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

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

 a { background-color: rgb(188,81,111); }

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

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

 span { border-color: rgb(188,81,111); }

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