Html Css Color HEX #BC5659 Mandy

📋 copy color: '#BC5659'

red 188 ◦ green 86 ◦ blue 89

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

Shades of Mandy #BC5659

Tints of Mandy #BC5659

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.69%

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

R = 51.79%
G = 23.69%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC5659 (or 0xBC5659) is known color: Mandy. HEX triplet: BC, 56 and 59. RGB value is (188,86,89). Sum of RGB (Red+Green+Blue) = 188+86+89=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5659 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5659 is #43A9A6. Grayscale: #747474. Windows color (decimal): -4434343 or 5854908. OLE color: 5854908.

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

Color convert

RGB 188 86 89 -
CMYK 0 0.54 0.53 0.26
HSL 358.24º 0.43% 0.54% -
HSV(B) 358.24º 0.54% 0.74% -
XYZ 25.87 18.07 11.58 -
YUV 116.84 112.29 178.76 -
System Red Green Blue C M Y K H S L
Decimal 188 86 89 0 0.54 0.53 0.26 358.24 0.43 0.54
Hex BC 56 59 0 36 35 1A 166 2B 36
Octal 274 126 131 0 66 65 32 546 53 66
Binary 10111100 1010110 1011001 0 110110 110101 11010 101100110 101011 110110

Color Harmonies of #BC5659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5659

Black with #BC5659

Text Example


Text Example

White with #BC5659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5659; }

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

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

background-color css

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

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

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

border-color css

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

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

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