Html Css Color HEX #BC4E5D Blush

📋 copy color: '#BC4E5D'

red 188 ◦ green 78 ◦ blue 93

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

Shades of Blush #BC4E5D

Tints of Blush #BC4E5D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.73%

 BLUE value IS 93 (36.72% from 255) = 25.91%

R = 52.37%
G = 21.73%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC4E5D (or 0xBC4E5D) is known color: Blush. HEX triplet: BC, 4E and 5D. RGB value is (188,78,93). Sum of RGB (Red+Green+Blue) = 188+78+93=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4E5D is #43B1A2. Grayscale: #707070. Windows color (decimal): -4436387 or 6115004. OLE color: 6115004.

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

Color convert

RGB 188 78 93 -
CMYK 0 0.59 0.51 0.26
HSL 351.82º 0.45% 0.52% -
HSV(B) 351.82º 0.59% 0.74% -
XYZ 25.44 16.93 12.28 -
YUV 112.6 116.94 181.78 -
System Red Green Blue C M Y K H S L
Decimal 188 78 93 0 0.59 0.51 0.26 351.82 0.45 0.52
Hex BC 4E 5D 0 3B 33 1A 160 2D 34
Octal 274 116 135 0 73 63 32 540 55 64
Binary 10111100 1001110 1011101 0 111011 110011 11010 101100000 101101 110100

Color Harmonies of #BC4E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4E5D

Black with #BC4E5D

Text Example


Text Example

White with #BC4E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4E5D; }

 p { color: rgb(188,78,93); }

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

background-color css

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

 a { background-color: rgb(188,78,93); }

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

border-color css

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

 span { border-color: rgb(188,78,93); }

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