Html Css Color HEX #BC4D5F Blush

📋 copy color: '#BC4D5F'

red 188 ◦ green 77 ◦ blue 95

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

Shades of Blush #BC4D5F

Tints of Blush #BC4D5F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.39%

 BLUE value IS 95 (37.5% from 255) = 26.39%

R = 52.22%
G = 21.39%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC4D5F (or 0xBC4D5F) is known color: Blush. HEX triplet: BC, 4D and 5F. RGB value is (188,77,95). Sum of RGB (Red+Green+Blue) = 188+77+95=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4D5F is #43B2A0. Grayscale: #707070. Windows color (decimal): -4436641 or 6245820. OLE color: 6245820.

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

Color convert

RGB 188 77 95 -
CMYK 0 0.59 0.49 0.26
HSL 350.27º 0.45% 0.52% -
HSV(B) 350.27º 0.59% 0.74% -
XYZ 25.46 16.83 12.73 -
YUV 112.24 118.27 182.04 -
System Red Green Blue C M Y K H S L
Decimal 188 77 95 0 0.59 0.49 0.26 350.27 0.45 0.52
Hex BC 4D 5F 0 3B 31 1A 15E 2D 34
Octal 274 115 137 0 73 61 32 536 55 64
Binary 10111100 1001101 1011111 0 111011 110001 11010 101011110 101101 110100

Color Harmonies of #BC4D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D5F

Black with #BC4D5F

Text Example


Text Example

White with #BC4D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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