Html Css Color HEX #BC5866 Blush

📋 copy color: '#BC5866'

red 188 ◦ green 88 ◦ blue 102

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

Shades of Blush #BC5866

Tints of Blush #BC5866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.98%

R = 49.74%
G = 23.28%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC5866 (or 0xBC5866) is known color: Blush. HEX triplet: BC, 58 and 66. RGB value is (188,88,102). Sum of RGB (Red+Green+Blue) = 188+88+102=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5866 is #43A799. Grayscale: #777777. Windows color (decimal): -4433818 or 6707388. OLE color: 6707388.

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

Color convert

RGB 188 88 102 -
CMYK 0 0.53 0.46 0.26
HSL 351.6º 0.43% 0.54% -
HSV(B) 351.6º 0.53% 0.74% -
XYZ 26.63 18.63 14.76 -
YUV 119.5 118.13 176.86 -
System Red Green Blue C M Y K H S L
Decimal 188 88 102 0 0.53 0.46 0.26 351.6 0.43 0.54
Hex BC 58 66 0 35 2E 1A 160 2B 36
Octal 274 130 146 0 65 56 32 540 53 66
Binary 10111100 1011000 1100110 0 110101 101110 11010 101100000 101011 110110

Color Harmonies of #BC5866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5866

Black with #BC5866

Text Example


Text Example

White with #BC5866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5866; }

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

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

background-color css

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

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

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

border-color css

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

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

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