Html Css Color HEX #BC5459 Mandy

📋 copy color: '#BC5459'

red 188 ◦ green 84 ◦ blue 89

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

Shades of Mandy #BC5459

Tints of Mandy #BC5459

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.27%

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

R = 52.08%
G = 23.27%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC5459 (or 0xBC5459) is known color: Mandy. HEX triplet: BC, 54 and 59. RGB value is (188,84,89). Sum of RGB (Red+Green+Blue) = 188+84+89=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 89 (35.16% from 255 or 24.65% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5459 is #43ABA6. Grayscale: #737373. Windows color (decimal): -4434855 or 5854396. OLE color: 5854396.

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

Color convert

RGB 188 84 89 -
CMYK 0 0.55 0.53 0.26
HSL 357.12º 0.44% 0.53% -
HSV(B) 357.12º 0.55% 0.74% -
XYZ 25.71 17.75 11.52 -
YUV 115.67 112.96 179.59 -
System Red Green Blue C M Y K H S L
Decimal 188 84 89 0 0.55 0.53 0.26 357.12 0.44 0.53
Hex BC 54 59 0 37 35 1A 165 2C 35
Octal 274 124 131 0 67 65 32 545 54 65
Binary 10111100 1010100 1011001 0 110111 110101 11010 101100101 101100 110101

Color Harmonies of #BC5459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5459

Black with #BC5459

Text Example


Text Example

White with #BC5459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5459; }

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

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

background-color css

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

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

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

border-color css

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

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

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