Html Css Color HEX #BC5E71 Blush

📋 copy color: '#BC5E71'

red 188 ◦ green 94 ◦ blue 113

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

Shades of Blush #BC5E71

Tints of Blush #BC5E71

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.8%

 BLUE value IS 113 (44.53% from 255) = 28.61%

R = 47.59%
G = 23.8%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC5E71 (or 0xBC5E71) is known color: Blush. HEX triplet: BC, 5E and 71. RGB value is (188,94,113). Sum of RGB (Red+Green+Blue) = 188+94+113=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5E71 is #43A18E. Grayscale: #7C7C7C. Windows color (decimal): -4432271 or 7429820. OLE color: 7429820.

HSL color Cylindrical-coordinate representation of color #BC5E71: hue angle of 347.87º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC5E71 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 94 113 -
CMYK 0 0.50 0.40 0.26
HSL 347.87º 0.41% 0.55% -
HSV(B) 347.87º 0.5% 0.74% -
XYZ 27.72 19.89 18 -
YUV 124.27 121.64 173.46 -
System Red Green Blue C M Y K H S L
Decimal 188 94 113 0 0.50 0.40 0.26 347.87 0.41 0.55
Hex BC 5E 71 0 32 28 1A 15C 29 37
Octal 274 136 161 0 62 50 32 534 51 67
Binary 10111100 1011110 1110001 0 110010 101000 11010 101011100 101001 110111

Color Harmonies of #BC5E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5E71

Black with #BC5E71

Text Example


Text Example

White with #BC5E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5E71; }

 p { color: rgb(188,94,113); }

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

background-color css

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

 a { background-color: rgb(188,94,113); }

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

border-color css

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

 span { border-color: rgb(188,94,113); }

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