Html Css Color HEX #BC586E Blush

📋 copy color: '#BC586E'

red 188 ◦ green 88 ◦ blue 110

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

Shades of Blush #BC586E

Tints of Blush #BC586E

RGB

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

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

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

R = 48.7%
G = 22.8%
B = 28.5%

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

#BC586E (or 0xBC586E) is known color: Blush. HEX triplet: BC, 58 and 6E. RGB value is (188,88,110). Sum of RGB (Red+Green+Blue) = 188+88+110=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC586E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC586E is #43A791. Grayscale: #787878. Windows color (decimal): -4433810 or 7231676. OLE color: 7231676.

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

Color convert

RGB 188 88 110 -
CMYK 0 0.53 0.41 0.26
HSL 346.8º 0.43% 0.54% -
HSV(B) 346.8º 0.53% 0.74% -
XYZ 27.04 18.8 16.95 -
YUV 120.41 122.13 176.21 -
System Red Green Blue C M Y K H S L
Decimal 188 88 110 0 0.53 0.41 0.26 346.8 0.43 0.54
Hex BC 58 6E 0 35 29 1A 15B 2B 36
Octal 274 130 156 0 65 51 32 533 53 66
Binary 10111100 1011000 1101110 0 110101 101001 11010 101011011 101011 110110

Color Harmonies of #BC586E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC586E

Black with #BC586E

Text Example


Text Example

White with #BC586E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC586E; }

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

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

background-color css

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

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

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

border-color css

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

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

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