Html Css Color HEX #BC5E60 Mandy

📋 copy color: '#BC5E60'

red 188 ◦ green 94 ◦ blue 96

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

Shades of Mandy #BC5E60

Tints of Mandy #BC5E60

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.87%

 BLUE value IS 96 (37.89% from 255) = 25.4%

R = 49.74%
G = 24.87%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC5E60 (or 0xBC5E60) is known color: Mandy. HEX triplet: BC, 5E and 60. RGB value is (188,94,96). Sum of RGB (Red+Green+Blue) = 188+94+96=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 96 (37.89% from 255 or 25.40% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5E60 is #43A19F. Grayscale: #7A7A7A. Windows color (decimal): -4432288 or 6315708. OLE color: 6315708.

HSL color Cylindrical-coordinate representation of color #BC5E60: hue angle of 358.72º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC5E60 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 94 96 -
CMYK 0 0.50 0.49 0.26
HSL 358.72º 0.41% 0.55% -
HSV(B) 358.72º 0.5% 0.74% -
XYZ 26.85 19.54 13.42 -
YUV 122.33 113.14 174.84 -
System Red Green Blue C M Y K H S L
Decimal 188 94 96 0 0.50 0.49 0.26 358.72 0.41 0.55
Hex BC 5E 60 0 32 31 1A 167 29 37
Octal 274 136 140 0 62 61 32 547 51 67
Binary 10111100 1011110 1100000 0 110010 110001 11010 101100111 101001 110111

Color Harmonies of #BC5E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5E60

Black with #BC5E60

Text Example


Text Example

White with #BC5E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5E60; }

 p { color: rgb(188,94,96); }

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

background-color css

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

 a { background-color: rgb(188,94,96); }

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

border-color css

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

 span { border-color: rgb(188,94,96); }

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