Html Css Color HEX #BC5C73 Blush

📋 copy color: '#BC5C73'

red 188 ◦ green 92 ◦ blue 115

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

Shades of Blush #BC5C73

Tints of Blush #BC5C73

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.29%

 BLUE value IS 115 (45.31% from 255) = 29.11%

R = 47.59%
G = 23.29%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC5C73 (or 0xBC5C73) is known color: Blush. HEX triplet: BC, 5C and 73. RGB value is (188,92,115). Sum of RGB (Red+Green+Blue) = 188+92+115=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5C73 is #43A38C. Grayscale: #7B7B7B. Windows color (decimal): -4432781 or 7560380. OLE color: 7560380.

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

Color convert

RGB 188 92 115 -
CMYK 0 0.51 0.39 0.26
HSL 345.63º 0.42% 0.55% -
HSV(B) 345.63º 0.51% 0.74% -
XYZ 27.66 19.58 18.54 -
YUV 123.33 123.3 174.13 -
System Red Green Blue C M Y K H S L
Decimal 188 92 115 0 0.51 0.39 0.26 345.63 0.42 0.55
Hex BC 5C 73 0 33 27 1A 15A 2A 37
Octal 274 134 163 0 63 47 32 532 52 67
Binary 10111100 1011100 1110011 0 110011 100111 11010 101011010 101010 110111

Color Harmonies of #BC5C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5C73

Black with #BC5C73

Text Example


Text Example

White with #BC5C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5C73; }

 p { color: rgb(188,92,115); }

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

background-color css

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

 a { background-color: rgb(188,92,115); }

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

border-color css

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

 span { border-color: rgb(188,92,115); }

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