Html Css Color HEX #BC596E Blush

📋 copy color: '#BC596E'

red 188 ◦ green 89 ◦ blue 110

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

Shades of Blush #BC596E

Tints of Blush #BC596E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23%

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

R = 48.58%
G = 23%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC596E (or 0xBC596E) is known color: Blush. HEX triplet: BC, 59 and 6E. RGB value is (188,89,110). Sum of RGB (Red+Green+Blue) = 188+89+110=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC596E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC596E is #43A691. Grayscale: #797979. Windows color (decimal): -4433554 or 7231932. OLE color: 7231932.

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

Color convert

RGB 188 89 110 -
CMYK 0 0.53 0.41 0.26
HSL 347.27º 0.42% 0.54% -
HSV(B) 347.27º 0.53% 0.74% -
XYZ 27.13 18.96 16.98 -
YUV 121 121.8 175.79 -
System Red Green Blue C M Y K H S L
Decimal 188 89 110 0 0.53 0.41 0.26 347.27 0.42 0.54
Hex BC 59 6E 0 35 29 1A 15B 2A 36
Octal 274 131 156 0 65 51 32 533 52 66
Binary 10111100 1011001 1101110 0 110101 101001 11010 101011011 101010 110110

Color Harmonies of #BC596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC596E

Black with #BC596E

Text Example


Text Example

White with #BC596E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC596E; }

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

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

background-color css

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

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

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

border-color css

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

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

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