Html Css Color HEX #BC5A63 Blush

📋 copy color: '#BC5A63'

red 188 ◦ green 90 ◦ blue 99

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

Shades of Blush #BC5A63

Tints of Blush #BC5A63

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.87%

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

R = 49.87%
G = 23.87%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC5A63 (or 0xBC5A63) is known color: Blush. HEX triplet: BC, 5A and 63. RGB value is (188,90,99). Sum of RGB (Red+Green+Blue) = 188+90+99=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5A63 is #43A59C. Grayscale: #787878. Windows color (decimal): -4433309 or 6511292. OLE color: 6511292.

HSL color Cylindrical-coordinate representation of color #BC5A63: hue angle of 354.49º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC5A63 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 90 99 -
CMYK 0 0.52 0.47 0.26
HSL 354.49º 0.42% 0.55% -
HSV(B) 354.49º 0.52% 0.74% -
XYZ 26.65 18.9 14.05 -
YUV 120.33 115.97 176.27 -
System Red Green Blue C M Y K H S L
Decimal 188 90 99 0 0.52 0.47 0.26 354.49 0.42 0.55
Hex BC 5A 63 0 34 2F 1A 162 2A 37
Octal 274 132 143 0 64 57 32 542 52 67
Binary 10111100 1011010 1100011 0 110100 101111 11010 101100010 101010 110111

Color Harmonies of #BC5A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5A63

Black with #BC5A63

Text Example


Text Example

White with #BC5A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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