Html Css Color HEX #BC5457 Mandy

📋 copy color: '#BC5457'

red 188 ◦ green 84 ◦ blue 87

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

Shades of Mandy #BC5457

Tints of Mandy #BC5457

RGB

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

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

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

R = 52.37%
G = 23.4%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC5457 (or 0xBC5457) is known color: Mandy. HEX triplet: BC, 54 and 57. RGB value is (188,84,87). Sum of RGB (Red+Green+Blue) = 188+84+87=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5457 is #43ABA8. Grayscale: #737373. Windows color (decimal): -4434857 or 5723324. OLE color: 5723324.

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

Color convert

RGB 188 84 87 -
CMYK 0 0.55 0.54 0.26
HSL 358.27º 0.44% 0.53% -
HSV(B) 358.27º 0.55% 0.74% -
XYZ 25.63 17.72 11.09 -
YUV 115.44 111.96 179.76 -
System Red Green Blue C M Y K H S L
Decimal 188 84 87 0 0.55 0.54 0.26 358.27 0.44 0.53
Hex BC 54 57 0 37 36 1A 166 2C 35
Octal 274 124 127 0 67 66 32 546 54 65
Binary 10111100 1010100 1010111 0 110111 110110 11010 101100110 101100 110101

Color Harmonies of #BC5457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5457

Black with #BC5457

Text Example


Text Example

White with #BC5457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5457; }

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

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

background-color css

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

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

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

border-color css

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

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

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