Html Css Color HEX #BC4D58 Mandy

📋 copy color: '#BC4D58'

red 188 ◦ green 77 ◦ blue 88

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

Shades of Mandy #BC4D58

Tints of Mandy #BC4D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.93%

R = 53.26%
G = 21.81%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC4D58 (or 0xBC4D58) is known color: Mandy. HEX triplet: BC, 4D and 58. RGB value is (188,77,88). Sum of RGB (Red+Green+Blue) = 188+77+88=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC4D58 is #43B2A7. Grayscale: #6F6F6F. Windows color (decimal): -4436648 or 5787068. OLE color: 5787068.

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

Color convert

RGB 188 77 88 -
CMYK 0 0.59 0.53 0.26
HSL 354.05º 0.45% 0.52% -
HSV(B) 354.05º 0.59% 0.74% -
XYZ 25.15 16.7 11.13 -
YUV 111.44 114.77 182.61 -
System Red Green Blue C M Y K H S L
Decimal 188 77 88 0 0.59 0.53 0.26 354.05 0.45 0.52
Hex BC 4D 58 0 3B 35 1A 162 2D 34
Octal 274 115 130 0 73 65 32 542 55 64
Binary 10111100 1001101 1011000 0 111011 110101 11010 101100010 101101 110100

Color Harmonies of #BC4D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D58

Black with #BC4D58

Text Example


Text Example

White with #BC4D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D58; }

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

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

background-color css

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

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

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

border-color css

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

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

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