Html Css Color HEX #BC586D Blush

📋 copy color: '#BC586D'

red 188 ◦ green 88 ◦ blue 109

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

Shades of Blush #BC586D

Tints of Blush #BC586D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.31%

R = 48.83%
G = 22.86%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC586D (or 0xBC586D) is known color: Blush. HEX triplet: BC, 58 and 6D. RGB value is (188,88,109). Sum of RGB (Red+Green+Blue) = 188+88+109=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC586D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC586D is #43A792. Grayscale: #787878. Windows color (decimal): -4433811 or 7166140. OLE color: 7166140.

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

Color convert

RGB 188 88 109 -
CMYK 0 0.53 0.42 0.26
HSL 347.4º 0.43% 0.54% -
HSV(B) 347.4º 0.53% 0.74% -
XYZ 26.99 18.77 16.67 -
YUV 120.29 121.63 176.29 -
System Red Green Blue C M Y K H S L
Decimal 188 88 109 0 0.53 0.42 0.26 347.4 0.43 0.54
Hex BC 58 6D 0 35 2A 1A 15B 2B 36
Octal 274 130 155 0 65 52 32 533 53 66
Binary 10111100 1011000 1101101 0 110101 101010 11010 101011011 101011 110110

Color Harmonies of #BC586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC586D

Black with #BC586D

Text Example


Text Example

White with #BC586D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC586D; }

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

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

background-color css

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

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

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

border-color css

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

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

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