Html Css Color HEX #BC5F73 Blush

📋 copy color: '#BC5F73'

red 188 ◦ green 95 ◦ blue 115

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

Shades of Blush #BC5F73

Tints of Blush #BC5F73

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.87%

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

R = 47.24%
G = 23.87%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC5F73 (or 0xBC5F73) is known color: Blush. HEX triplet: BC, 5F and 73. RGB value is (188,95,115). Sum of RGB (Red+Green+Blue) = 188+95+115=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5F73 is #43A08C. Grayscale: #7D7D7D. Windows color (decimal): -4432013 or 7561148. OLE color: 7561148.

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

Color convert

RGB 188 95 115 -
CMYK 0 0.49 0.39 0.26
HSL 347.1º 0.41% 0.55% -
HSV(B) 347.1º 0.49% 0.74% -
XYZ 27.93 20.11 18.63 -
YUV 125.09 122.31 172.87 -
System Red Green Blue C M Y K H S L
Decimal 188 95 115 0 0.49 0.39 0.26 347.1 0.41 0.55
Hex BC 5F 73 0 31 27 1A 15B 29 37
Octal 274 137 163 0 61 47 32 533 51 67
Binary 10111100 1011111 1110011 0 110001 100111 11010 101011011 101001 110111

Color Harmonies of #BC5F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5F73

Black with #BC5F73

Text Example


Text Example

White with #BC5F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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