#BC5062

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

Shades of Blush #BC5062

Tints of Blush #BC5062

Color information

#BC5062 (or 0xBC5062) is unknown color: approx Blush. HEX triplet: BC, 50 and 62. RGB value is (188,80,98). Sum of RGB (Red+Green+Blue) = 188+80+98=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5062 is #43AF9D. Grayscale: #727272. Windows color (decimal): -4435870 or 6443196. OLE color: 6443196.

HSL color Cylindrical-coordinate representation of color #BC5062: hue angle of 350º degrees, saturation: 0.45, 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 #BC5062 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB1888098-
CMYK00.570.480.26
HSL350º44.63%52.55%-
HSV(B)350º57.45%73.73%-
XYZ25.8117.3113.54-
YUV114.34118.78180.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.37%
GREEN value IS 80 (31.64% from 255) = 21.86%
BLUE value IS 98 (38.67% from 255) = 26.78%
R=51.37%
G=21.86%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188809800.570.480.2635044.6352.55
HexBC5062039301A15e2d35
Octal27412014207160325365565
Binary1011110010100001100010011100111000011010101011110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5062; }

 p { color: rgb(188,80,98); }

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

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

 a { background-color: rgb(188,80,98); }

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

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

 span { border-color: rgb(188,80,98); }

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