Html Css Color HEX #BC5E74 Blush

📋 copy color: '#BC5E74'

red 188 ◦ green 94 ◦ blue 116

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

Shades of Blush #BC5E74

Tints of Blush #BC5E74

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.62%

 BLUE value IS 116 (45.7% from 255) = 29.15%

R = 47.24%
G = 23.62%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC5E74 (or 0xBC5E74) is known color: Blush. HEX triplet: BC, 5E and 74. RGB value is (188,94,116). Sum of RGB (Red+Green+Blue) = 188+94+116=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5E74 is #43A18B. Grayscale: #7C7C7C. Windows color (decimal): -4432268 or 7626428. OLE color: 7626428.

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

Color convert

RGB 188 94 116 -
CMYK 0 0.50 0.38 0.26
HSL 345.96º 0.41% 0.55% -
HSV(B) 345.96º 0.5% 0.74% -
XYZ 27.89 19.96 18.91 -
YUV 124.61 123.14 173.21 -
System Red Green Blue C M Y K H S L
Decimal 188 94 116 0 0.50 0.38 0.26 345.96 0.41 0.55
Hex BC 5E 74 0 32 26 1A 15A 29 37
Octal 274 136 164 0 62 46 32 532 51 67
Binary 10111100 1011110 1110100 0 110010 100110 11010 101011010 101001 110111

Color Harmonies of #BC5E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5E74

Black with #BC5E74

Text Example


Text Example

White with #BC5E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5E74; }

 p { color: rgb(188,94,116); }

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

background-color css

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

 a { background-color: rgb(188,94,116); }

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

border-color css

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

 span { border-color: rgb(188,94,116); }

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