Html Css Color HEX #BC5D5E Mandy

📋 copy color: '#BC5D5E'

red 188 ◦ green 93 ◦ blue 94

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

Shades of Mandy #BC5D5E

Tints of Mandy #BC5D5E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.8%

 BLUE value IS 94 (37.11% from 255) = 25.07%

R = 50.13%
G = 24.8%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC5D5E (or 0xBC5D5E) is known color: Mandy. HEX triplet: BC, 5D and 5E. RGB value is (188,93,94). Sum of RGB (Red+Green+Blue) = 188+93+94=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5D5E is #43A2A1. Grayscale: #797979. Windows color (decimal): -4432546 or 6184380. OLE color: 6184380.

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

Color convert

RGB 188 93 94 -
CMYK 0 0.51 0.50 0.26
HSL 359.37º 0.41% 0.55% -
HSV(B) 359.37º 0.51% 0.74% -
XYZ 26.67 19.33 12.91 -
YUV 121.52 112.47 175.42 -
System Red Green Blue C M Y K H S L
Decimal 188 93 94 0 0.51 0.50 0.26 359.37 0.41 0.55
Hex BC 5D 5E 0 33 32 1A 167 29 37
Octal 274 135 136 0 63 62 32 547 51 67
Binary 10111100 1011101 1011110 0 110011 110010 11010 101100111 101001 110111

Color Harmonies of #BC5D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5D5E

Black with #BC5D5E

Text Example


Text Example

White with #BC5D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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