Html Css Color HEX #BC5A70 Blush

📋 copy color: '#BC5A70'

red 188 ◦ green 90 ◦ blue 112

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

Shades of Blush #BC5A70

Tints of Blush #BC5A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.72%

R = 48.21%
G = 23.08%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BC5A70 (or 0xBC5A70) is known color: Blush. HEX triplet: BC, 5A and 70. RGB value is (188,90,112). Sum of RGB (Red+Green+Blue) = 188+90+112=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5A70 is #43A58F. Grayscale: #797979. Windows color (decimal): -4433296 or 7363260. OLE color: 7363260.

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

Color convert

RGB 188 90 112 -
CMYK 0 0.52 0.40 0.26
HSL 346.53º 0.42% 0.55% -
HSV(B) 346.53º 0.52% 0.74% -
XYZ 27.32 19.17 17.59 -
YUV 121.81 122.47 175.21 -
System Red Green Blue C M Y K H S L
Decimal 188 90 112 0 0.52 0.40 0.26 346.53 0.42 0.55
Hex BC 5A 70 0 34 28 1A 15B 2A 37
Octal 274 132 160 0 64 50 32 533 52 67
Binary 10111100 1011010 1110000 0 110100 101000 11010 101011011 101010 110111

Color Harmonies of #BC5A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5A70

Black with #BC5A70

Text Example


Text Example

White with #BC5A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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