Html Css Color HEX #BC4C59 Mandy

📋 copy color: '#BC4C59'

red 188 ◦ green 76 ◦ blue 89

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

Shades of Mandy #BC4C59

Tints of Mandy #BC4C59

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.53%

 BLUE value IS 89 (35.16% from 255) = 25.21%

R = 53.26%
G = 21.53%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC4C59 (or 0xBC4C59) is known color: Mandy. HEX triplet: BC, 4C and 59. RGB value is (188,76,89). Sum of RGB (Red+Green+Blue) = 188+76+89=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4C59 is #43B3A6. Grayscale: #6F6F6F. Windows color (decimal): -4436903 or 5852348. OLE color: 5852348.

HSL color Cylindrical-coordinate representation of color #BC4C59: hue angle of 353.04º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC4C59 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 76 89 -
CMYK 0 0.60 0.53 0.26
HSL 353.04º 0.46% 0.52% -
HSV(B) 353.04º 0.6% 0.74% -
XYZ 25.13 16.58 11.33 -
YUV 110.97 115.61 182.94 -
System Red Green Blue C M Y K H S L
Decimal 188 76 89 0 0.60 0.53 0.26 353.04 0.46 0.52
Hex BC 4C 59 0 3C 35 1A 161 2E 34
Octal 274 114 131 0 74 65 32 541 56 64
Binary 10111100 1001100 1011001 0 111100 110101 11010 101100001 101110 110100

Color Harmonies of #BC4C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4C59

Black with #BC4C59

Text Example


Text Example

White with #BC4C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4C59; }

 p { color: rgb(188,76,89); }

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

background-color css

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

 a { background-color: rgb(188,76,89); }

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

border-color css

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

 span { border-color: rgb(188,76,89); }

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