Html Css Color HEX #BC5666 Blush

📋 copy color: '#BC5666'

red 188 ◦ green 86 ◦ blue 102

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

Shades of Blush #BC5666

Tints of Blush #BC5666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.87%

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

R = 50%
G = 22.87%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC5666 (or 0xBC5666) is known color: Blush. HEX triplet: BC, 56 and 66. RGB value is (188,86,102). Sum of RGB (Red+Green+Blue) = 188+86+102=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5666 is #43A999. Grayscale: #767676. Windows color (decimal): -4434330 or 6706876. OLE color: 6706876.

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

Color convert

RGB 188 86 102 -
CMYK 0 0.54 0.46 0.26
HSL 350.59º 0.43% 0.54% -
HSV(B) 350.59º 0.54% 0.74% -
XYZ 26.47 18.31 14.71 -
YUV 118.32 118.79 177.7 -
System Red Green Blue C M Y K H S L
Decimal 188 86 102 0 0.54 0.46 0.26 350.59 0.43 0.54
Hex BC 56 66 0 36 2E 1A 15F 2B 36
Octal 274 126 146 0 66 56 32 537 53 66
Binary 10111100 1010110 1100110 0 110110 101110 11010 101011111 101011 110110

Color Harmonies of #BC5666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5666

Black with #BC5666

Text Example


Text Example

White with #BC5666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5666; }

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

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

background-color css

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

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

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

border-color css

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

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

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