Html Css Color HEX #BC4D57 Mandy

📋 copy color: '#BC4D57'

red 188 ◦ green 77 ◦ blue 87

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

Shades of Mandy #BC4D57

Tints of Mandy #BC4D57

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.88%

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

R = 53.41%
G = 21.88%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC4D57 (or 0xBC4D57) is known color: Mandy. HEX triplet: BC, 4D and 57. RGB value is (188,77,87). Sum of RGB (Red+Green+Blue) = 188+77+87=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 87 (34.38% from 255 or 24.72% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4D57 is #43B2A8. Grayscale: #6F6F6F. Windows color (decimal): -4436649 or 5721532. OLE color: 5721532.

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

Color convert

RGB 188 77 87 -
CMYK 0 0.59 0.54 0.26
HSL 354.59º 0.45% 0.52% -
HSV(B) 354.59º 0.59% 0.74% -
XYZ 25.11 16.69 10.91 -
YUV 111.33 114.27 182.69 -
System Red Green Blue C M Y K H S L
Decimal 188 77 87 0 0.59 0.54 0.26 354.59 0.45 0.52
Hex BC 4D 57 0 3B 36 1A 163 2D 34
Octal 274 115 127 0 73 66 32 543 55 64
Binary 10111100 1001101 1010111 0 111011 110110 11010 101100011 101101 110100

Color Harmonies of #BC4D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D57

Black with #BC4D57

Text Example


Text Example

White with #BC4D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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