Html Css Color HEX #BC5057 Mandy

📋 copy color: '#BC5057'

red 188 ◦ green 80 ◦ blue 87

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

Shades of Mandy #BC5057

Tints of Mandy #BC5057

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.54%

 BLUE value IS 87 (34.38% from 255) = 24.51%

R = 52.96%
G = 22.54%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC5057 (or 0xBC5057) is known color: Mandy. HEX triplet: BC, 50 and 57. RGB value is (188,80,87). Sum of RGB (Red+Green+Blue) = 188+80+87=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5057 is #43AFA8. Grayscale: #717171. Windows color (decimal): -4435881 or 5722300. OLE color: 5722300.

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

Color convert

RGB 188 80 87 -
CMYK 0 0.57 0.54 0.26
HSL 356.11º 0.45% 0.53% -
HSV(B) 356.11º 0.57% 0.74% -
XYZ 25.33 17.12 10.99 -
YUV 113.09 113.28 181.43 -
System Red Green Blue C M Y K H S L
Decimal 188 80 87 0 0.57 0.54 0.26 356.11 0.45 0.53
Hex BC 50 57 0 39 36 1A 164 2D 35
Octal 274 120 127 0 71 66 32 544 55 65
Binary 10111100 1010000 1010111 0 111001 110110 11010 101100100 101101 110101

Color Harmonies of #BC5057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5057

Black with #BC5057

Text Example


Text Example

White with #BC5057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5057; }

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

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

background-color css

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

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

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

border-color css

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

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

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