Html Css Color HEX #BC576E Blush

📋 copy color: '#BC576E'

red 188 ◦ green 87 ◦ blue 110

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

Shades of Blush #BC576E

Tints of Blush #BC576E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.57%

R = 48.83%
G = 22.6%
B = 28.57%

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

#BC576E (or 0xBC576E) is known color: Blush. HEX triplet: BC, 57 and 6E. RGB value is (188,87,110). Sum of RGB (Red+Green+Blue) = 188+87+110=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC576E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC576E is #43A891. Grayscale: #777777. Windows color (decimal): -4434066 or 7231420. OLE color: 7231420.

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

Color convert

RGB 188 87 110 -
CMYK 0 0.54 0.41 0.26
HSL 346.34º 0.43% 0.54% -
HSV(B) 346.34º 0.54% 0.74% -
XYZ 26.96 18.63 16.93 -
YUV 119.82 122.46 176.63 -
System Red Green Blue C M Y K H S L
Decimal 188 87 110 0 0.54 0.41 0.26 346.34 0.43 0.54
Hex BC 57 6E 0 36 29 1A 15A 2B 36
Octal 274 127 156 0 66 51 32 532 53 66
Binary 10111100 1010111 1101110 0 110110 101001 11010 101011010 101011 110110

Color Harmonies of #BC576E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC576E

Black with #BC576E

Text Example


Text Example

White with #BC576E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC576E; }

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

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

background-color css

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

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

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

border-color css

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

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

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