Html Css Color HEX #BC5063 Blush

📋 copy color: '#BC5063'

red 188 ◦ green 80 ◦ blue 99

#BC5063
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blush #BC5063

Tints of Blush #BC5063

RGB

 RED value IS 188 (73.83% from 255) = 51.23%

 GREEN value IS 80 (31.64% from 255) = 21.8%

 BLUE value IS 99 (39.06% from 255) = 26.98%

R = 51.23%
G = 21.8%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC5063 (or 0xBC5063) is known color: Blush. HEX triplet: BC, 50 and 63. RGB value is (188,80,99). Sum of RGB (Red+Green+Blue) = 188+80+99=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5063 is #43AF9C. Grayscale: #727272. Windows color (decimal): -4435869 or 6508732. OLE color: 6508732.

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

Color convert

RGB 188 80 99 -
CMYK 0 0.57 0.47 0.26
HSL 349.44º 0.45% 0.53% -
HSV(B) 349.44º 0.57% 0.74% -
XYZ 25.86 17.33 13.79 -
YUV 114.46 119.28 180.46 -
System Red Green Blue C M Y K H S L
Decimal 188 80 99 0 0.57 0.47 0.26 349.44 0.45 0.53
Hex BC 50 63 0 39 2F 1A 15D 2D 35
Octal 274 120 143 0 71 57 32 535 55 65
Binary 10111100 1010000 1100011 0 111001 101111 11010 101011101 101101 110101

Color Harmonies of #BC5063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5063

Black with #BC5063

Text Example


Text Example

White with #BC5063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5063; }

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

 H1.HeaderClassName
 {
   color: #BC5063;
 }
 .AnyTagClassName
 {
   color: #BC5063;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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