Html Css Color HEX #BC5770 Blush

📋 copy color: '#BC5770'

red 188 ◦ green 87 ◦ blue 112

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

Shades of Blush #BC5770

Tints of Blush #BC5770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.94%

R = 48.58%
G = 22.48%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC5770 (or 0xBC5770) is known color: Blush. HEX triplet: BC, 57 and 70. RGB value is (188,87,112). Sum of RGB (Red+Green+Blue) = 188+87+112=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5770 is #43A88F. Grayscale: #787878. Windows color (decimal): -4434064 or 7362492. OLE color: 7362492.

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

Color convert

RGB 188 87 112 -
CMYK 0 0.54 0.40 0.26
HSL 345.15º 0.43% 0.54% -
HSV(B) 345.15º 0.54% 0.74% -
XYZ 27.07 18.68 17.51 -
YUV 120.05 123.46 176.47 -
System Red Green Blue C M Y K H S L
Decimal 188 87 112 0 0.54 0.40 0.26 345.15 0.43 0.54
Hex BC 57 70 0 36 28 1A 159 2B 36
Octal 274 127 160 0 66 50 32 531 53 66
Binary 10111100 1010111 1110000 0 110110 101000 11010 101011001 101011 110110

Color Harmonies of #BC5770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5770

Black with #BC5770

Text Example


Text Example

White with #BC5770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5770; }

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

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

background-color css

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

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

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

border-color css

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

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

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