Html Css Color HEX #BC4E6D Blush

📋 copy color: '#BC4E6D'

red 188 ◦ green 78 ◦ blue 109

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

Shades of Blush #BC4E6D

Tints of Blush #BC4E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.07%

R = 50.13%
G = 20.8%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC4E6D (or 0xBC4E6D) is known color: Blush. HEX triplet: BC, 4E and 6D. RGB value is (188,78,109). Sum of RGB (Red+Green+Blue) = 188+78+109=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4E6D is #43B192. Grayscale: #727272. Windows color (decimal): -4436371 or 7163580. OLE color: 7163580.

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

Color convert

RGB 188 78 109 -
CMYK 0 0.59 0.42 0.26
HSL 343.09º 0.45% 0.52% -
HSV(B) 343.09º 0.59% 0.74% -
XYZ 26.22 17.24 16.41 -
YUV 114.42 124.94 180.48 -
System Red Green Blue C M Y K H S L
Decimal 188 78 109 0 0.59 0.42 0.26 343.09 0.45 0.52
Hex BC 4E 6D 0 3B 2A 1A 157 2D 34
Octal 274 116 155 0 73 52 32 527 55 64
Binary 10111100 1001110 1101101 0 111011 101010 11010 101010111 101101 110100

Color Harmonies of #BC4E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4E6D

Black with #BC4E6D

Text Example


Text Example

White with #BC4E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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