Html Css Color HEX #BC5060 Blush

📋 copy color: '#BC5060'

red 188 ◦ green 80 ◦ blue 96

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

Shades of Blush #BC5060

Tints of Blush #BC5060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.37%

R = 51.65%
G = 21.98%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC5060 (or 0xBC5060) is known color: Blush. HEX triplet: BC, 50 and 60. RGB value is (188,80,96). Sum of RGB (Red+Green+Blue) = 188+80+96=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5060 is #43AF9F. Grayscale: #727272. Windows color (decimal): -4435872 or 6312124. OLE color: 6312124.

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

Color convert

RGB 188 80 96 -
CMYK 0 0.57 0.49 0.26
HSL 351.11º 0.45% 0.53% -
HSV(B) 351.11º 0.57% 0.74% -
XYZ 25.72 17.27 13.04 -
YUV 114.12 117.78 180.7 -
System Red Green Blue C M Y K H S L
Decimal 188 80 96 0 0.57 0.49 0.26 351.11 0.45 0.53
Hex BC 50 60 0 39 31 1A 15F 2D 35
Octal 274 120 140 0 71 61 32 537 55 65
Binary 10111100 1010000 1100000 0 111001 110001 11010 101011111 101101 110101

Color Harmonies of #BC5060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5060

Black with #BC5060

Text Example


Text Example

White with #BC5060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5060; }

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

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

background-color css

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

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

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

border-color css

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

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

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