Html Css Color HEX #BC4E6E Blush

📋 copy color: '#BC4E6E'

red 188 ◦ green 78 ◦ blue 110

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

Shades of Blush #BC4E6E

Tints of Blush #BC4E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.26%

R = 50%
G = 20.74%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC4E6E (or 0xBC4E6E) is known color: Blush. HEX triplet: BC, 4E and 6E. RGB value is (188,78,110). Sum of RGB (Red+Green+Blue) = 188+78+110=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4E6E is #43B191. Grayscale: #727272. Windows color (decimal): -4436370 or 7229116. OLE color: 7229116.

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

Color convert

RGB 188 78 110 -
CMYK 0 0.59 0.41 0.26
HSL 342.55º 0.45% 0.52% -
HSV(B) 342.55º 0.59% 0.74% -
XYZ 26.28 17.27 16.7 -
YUV 114.54 125.44 180.4 -
System Red Green Blue C M Y K H S L
Decimal 188 78 110 0 0.59 0.41 0.26 342.55 0.45 0.52
Hex BC 4E 6E 0 3B 29 1A 157 2D 34
Octal 274 116 156 0 73 51 32 527 55 64
Binary 10111100 1001110 1101110 0 111011 101001 11010 101010111 101101 110100

Color Harmonies of #BC4E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4E6E

Black with #BC4E6E

Text Example


Text Example

White with #BC4E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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