Html Css Color HEX #BC4950 Mandy

📋 copy color: '#BC4950'

red 188 ◦ green 73 ◦ blue 80

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

Shades of Mandy #BC4950

Tints of Mandy #BC4950

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.41%

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

R = 55.13%
G = 21.41%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC4950 (or 0xBC4950) is known color: Mandy. HEX triplet: BC, 49 and 50. RGB value is (188,73,80). Sum of RGB (Red+Green+Blue) = 188+73+80=341 (45% of max value = 765). Red value is 188 (73.83% from 255 or 55.13% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4950 is #43B6AF. Grayscale: #6C6C6C. Windows color (decimal): -4437680 or 5261756. OLE color: 5261756.

HSL color Cylindrical-coordinate representation of color #BC4950: hue angle of 356.35º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4950 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 73 80 -
CMYK 0 0.61 0.57 0.26
HSL 356.35º 0.46% 0.51% -
HSV(B) 356.35º 0.61% 0.74% -
XYZ 24.57 16.04 9.39 -
YUV 108.18 112.1 184.93 -
System Red Green Blue C M Y K H S L
Decimal 188 73 80 0 0.61 0.57 0.26 356.35 0.46 0.51
Hex BC 49 50 0 3D 39 1A 164 2E 33
Octal 274 111 120 0 75 71 32 544 56 63
Binary 10111100 1001001 1010000 0 111101 111001 11010 101100100 101110 110011

Color Harmonies of #BC4950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4950

Black with #BC4950

Text Example


Text Example

White with #BC4950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4950; }

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

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

background-color css

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

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

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

border-color css

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

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

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