Html Css Color HEX #BC576F Blush

📋 copy color: '#BC576F'

red 188 ◦ green 87 ◦ blue 111

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

Shades of Blush #BC576F

Tints of Blush #BC576F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.54%

 BLUE value IS 111 (43.75% from 255) = 28.76%

R = 48.7%
G = 22.54%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC576F (or 0xBC576F) is known color: Blush. HEX triplet: BC, 57 and 6F. RGB value is (188,87,111). Sum of RGB (Red+Green+Blue) = 188+87+111=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC576F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC576F is #43A890. Grayscale: #777777. Windows color (decimal): -4434065 or 7296956. OLE color: 7296956.

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

Color convert

RGB 188 87 111 -
CMYK 0 0.54 0.41 0.26
HSL 345.74º 0.43% 0.54% -
HSV(B) 345.74º 0.54% 0.74% -
XYZ 27.02 18.66 17.22 -
YUV 119.94 122.96 176.55 -
System Red Green Blue C M Y K H S L
Decimal 188 87 111 0 0.54 0.41 0.26 345.74 0.43 0.54
Hex BC 57 6F 0 36 29 1A 15A 2B 36
Octal 274 127 157 0 66 51 32 532 53 66
Binary 10111100 1010111 1101111 0 110110 101001 11010 101011010 101011 110110

Color Harmonies of #BC576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC576F

Black with #BC576F

Text Example


Text Example

White with #BC576F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC576F; }

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

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

background-color css

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

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

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

border-color css

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

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

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