Html Css Color HEX #BC5860 Blush

📋 copy color: '#BC5860'

red 188 ◦ green 88 ◦ blue 96

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

Shades of Blush #BC5860

Tints of Blush #BC5860

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.66%

 BLUE value IS 96 (37.89% from 255) = 25.81%

R = 50.54%
G = 23.66%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC5860 (or 0xBC5860) is known color: Blush. HEX triplet: BC, 58 and 60. RGB value is (188,88,96). Sum of RGB (Red+Green+Blue) = 188+88+96=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5860 is #43A79F. Grayscale: #767676. Windows color (decimal): -4433824 or 6314172. OLE color: 6314172.

HSL color Cylindrical-coordinate representation of color #BC5860: hue angle of 355.2º degrees, saturation: 0.43, 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 #BC5860 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 88 96 -
CMYK 0 0.53 0.49 0.26
HSL 355.2º 0.43% 0.54% -
HSV(B) 355.2º 0.53% 0.74% -
XYZ 26.34 18.52 13.25 -
YUV 118.81 115.13 177.35 -
System Red Green Blue C M Y K H S L
Decimal 188 88 96 0 0.53 0.49 0.26 355.2 0.43 0.54
Hex BC 58 60 0 35 31 1A 163 2B 36
Octal 274 130 140 0 65 61 32 543 53 66
Binary 10111100 1011000 1100000 0 110101 110001 11010 101100011 101011 110110

Color Harmonies of #BC5860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5860

Black with #BC5860

Text Example


Text Example

White with #BC5860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5860; }

 p { color: rgb(188,88,96); }

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

background-color css

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

 a { background-color: rgb(188,88,96); }

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

border-color css

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

 span { border-color: rgb(188,88,96); }

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