Html Css Color HEX #BC4849 Mandy

📋 copy color: '#BC4849'

red 188 ◦ green 72 ◦ blue 73

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

Shades of Mandy #BC4849

Tints of Mandy #BC4849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.62%

 BLUE value IS 73 (28.91% from 255) = 21.92%

R = 56.46%
G = 21.62%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC4849 (or 0xBC4849) is known color: Mandy. HEX triplet: BC, 48 and 49. RGB value is (188,72,73). Sum of RGB (Red+Green+Blue) = 188+72+73=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4849 is #43B7B6. Grayscale: #6A6A6A. Windows color (decimal): -4437943 or 4802748. OLE color: 4802748.

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

Color convert

RGB 188 72 73 -
CMYK 0 0.62 0.61 0.26
HSL 359.48º 0.46% 0.51% -
HSV(B) 359.48º 0.62% 0.74% -
XYZ 24.26 15.81 8.08 -
YUV 106.8 108.93 185.92 -
System Red Green Blue C M Y K H S L
Decimal 188 72 73 0 0.62 0.61 0.26 359.48 0.46 0.51
Hex BC 48 49 0 3E 3D 1A 167 2E 33
Octal 274 110 111 0 76 75 32 547 56 63
Binary 10111100 1001000 1001001 0 111110 111101 11010 101100111 101110 110011

Color Harmonies of #BC4849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4849

Black with #BC4849

Text Example


Text Example

White with #BC4849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4849; }

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

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

background-color css

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

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

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

border-color css

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

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

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