Html Css Color HEX #BC5A6D Blush

📋 copy color: '#BC5A6D'

red 188 ◦ green 90 ◦ blue 109

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

Shades of Blush #BC5A6D

Tints of Blush #BC5A6D

RGB

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

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

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

R = 48.58%
G = 23.26%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC5A6D (or 0xBC5A6D) is known color: Blush. HEX triplet: BC, 5A and 6D. RGB value is (188,90,109). Sum of RGB (Red+Green+Blue) = 188+90+109=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5A6D is #43A592. Grayscale: #797979. Windows color (decimal): -4433299 or 7166652. OLE color: 7166652.

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

Color convert

RGB 188 90 109 -
CMYK 0 0.52 0.42 0.26
HSL 348.37º 0.42% 0.55% -
HSV(B) 348.37º 0.52% 0.74% -
XYZ 27.16 19.11 16.72 -
YUV 121.47 120.97 175.46 -
System Red Green Blue C M Y K H S L
Decimal 188 90 109 0 0.52 0.42 0.26 348.37 0.42 0.55
Hex BC 5A 6D 0 34 2A 1A 15C 2A 37
Octal 274 132 155 0 64 52 32 534 52 67
Binary 10111100 1011010 1101101 0 110100 101010 11010 101011100 101010 110111

Color Harmonies of #BC5A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5A6D

Black with #BC5A6D

Text Example


Text Example

White with #BC5A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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