Html Css Color HEX #BC5663 Blush

📋 copy color: '#BC5663'

red 188 ◦ green 86 ◦ blue 99

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

Shades of Blush #BC5663

Tints of Blush #BC5663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.54%

R = 50.4%
G = 23.06%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC5663 (or 0xBC5663) is known color: Blush. HEX triplet: BC, 56 and 63. RGB value is (188,86,99). Sum of RGB (Red+Green+Blue) = 188+86+99=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5663 is #43A99C. Grayscale: #767676. Windows color (decimal): -4434333 or 6510268. OLE color: 6510268.

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

Color convert

RGB 188 86 99 -
CMYK 0 0.54 0.47 0.26
HSL 352.35º 0.43% 0.54% -
HSV(B) 352.35º 0.54% 0.74% -
XYZ 26.32 18.25 13.94 -
YUV 117.98 117.29 177.94 -
System Red Green Blue C M Y K H S L
Decimal 188 86 99 0 0.54 0.47 0.26 352.35 0.43 0.54
Hex BC 56 63 0 36 2F 1A 160 2B 36
Octal 274 126 143 0 66 57 32 540 53 66
Binary 10111100 1010110 1100011 0 110110 101111 11010 101100000 101011 110110

Color Harmonies of #BC5663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5663

Black with #BC5663

Text Example


Text Example

White with #BC5663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5663; }

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

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

background-color css

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

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

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

border-color css

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

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

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