Html Css Color HEX #BC5157 Mandy

📋 copy color: '#BC5157'

red 188 ◦ green 81 ◦ blue 87

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

Shades of Mandy #BC5157

Tints of Mandy #BC5157

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.75%

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

R = 52.81%
G = 22.75%
B = 24.44%

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

#BC5157 (or 0xBC5157) is known color: Mandy. HEX triplet: BC, 51 and 57. RGB value is (188,81,87). Sum of RGB (Red+Green+Blue) = 188+81+87=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5157 is #43AEA8. Grayscale: #717171. Windows color (decimal): -4435625 or 5722556. OLE color: 5722556.

HSL color Cylindrical-coordinate representation of color #BC5157: hue angle of 356.64º degrees, saturation: 0.44, 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 #BC5157 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 81 87 -
CMYK 0 0.57 0.54 0.26
HSL 356.64º 0.44% 0.53% -
HSV(B) 356.64º 0.57% 0.74% -
XYZ 25.4 17.26 11.01 -
YUV 113.68 112.95 181.01 -
System Red Green Blue C M Y K H S L
Decimal 188 81 87 0 0.57 0.54 0.26 356.64 0.44 0.53
Hex BC 51 57 0 39 36 1A 165 2C 35
Octal 274 121 127 0 71 66 32 545 54 65
Binary 10111100 1010001 1010111 0 111001 110110 11010 101100101 101100 110101

Color Harmonies of #BC5157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5157

Black with #BC5157

Text Example


Text Example

White with #BC5157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5157; }

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

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

background-color css

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

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

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

border-color css

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

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

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