Html Css Color HEX #BC4E50 Mandy

📋 copy color: '#BC4E50'

red 188 ◦ green 78 ◦ blue 80

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

Shades of Mandy #BC4E50

Tints of Mandy #BC4E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.12%

R = 54.34%
G = 22.54%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC4E50 (or 0xBC4E50) is known color: Mandy. HEX triplet: BC, 4E and 50. RGB value is (188,78,80). Sum of RGB (Red+Green+Blue) = 188+78+80=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4E50 is #43B1AF. Grayscale: #6F6F6F. Windows color (decimal): -4436400 or 5263036. OLE color: 5263036.

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

Color convert

RGB 188 78 80 -
CMYK 0 0.59 0.57 0.26
HSL 358.91º 0.45% 0.52% -
HSV(B) 358.91º 0.59% 0.74% -
XYZ 24.91 16.72 9.5 -
YUV 111.12 110.44 182.84 -
System Red Green Blue C M Y K H S L
Decimal 188 78 80 0 0.59 0.57 0.26 358.91 0.45 0.52
Hex BC 4E 50 0 3B 39 1A 167 2D 34
Octal 274 116 120 0 73 71 32 547 55 64
Binary 10111100 1001110 1010000 0 111011 111001 11010 101100111 101101 110100

Color Harmonies of #BC4E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4E50

Black with #BC4E50

Text Example


Text Example

White with #BC4E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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