Html Css Color HEX #BC5859 Mandy

📋 copy color: '#BC5859'

red 188 ◦ green 88 ◦ blue 89

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

Shades of Mandy #BC5859

Tints of Mandy #BC5859

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.11%

 BLUE value IS 89 (35.16% from 255) = 24.38%

R = 51.51%
G = 24.11%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC5859 (or 0xBC5859) is known color: Mandy. HEX triplet: BC, 58 and 59. RGB value is (188,88,89). Sum of RGB (Red+Green+Blue) = 188+88+89=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5859 is #43A7A6. Grayscale: #767676. Windows color (decimal): -4433831 or 5855420. OLE color: 5855420.

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

Color convert

RGB 188 88 89 -
CMYK 0 0.53 0.53 0.26
HSL 359.4º 0.43% 0.54% -
HSV(B) 359.4º 0.53% 0.74% -
XYZ 26.03 18.39 11.63 -
YUV 118.01 111.63 177.92 -
System Red Green Blue C M Y K H S L
Decimal 188 88 89 0 0.53 0.53 0.26 359.4 0.43 0.54
Hex BC 58 59 0 35 35 1A 167 2B 36
Octal 274 130 131 0 65 65 32 547 53 66
Binary 10111100 1011000 1011001 0 110101 110101 11010 101100111 101011 110110

Color Harmonies of #BC5859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5859

Black with #BC5859

Text Example


Text Example

White with #BC5859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5859; }

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

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

background-color css

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

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

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

border-color css

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

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

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