Html Css Color HEX #BC5558 Mandy

📋 copy color: '#BC5558'

red 188 ◦ green 85 ◦ blue 88

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

Shades of Mandy #BC5558

Tints of Mandy #BC5558

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.55%

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

R = 52.08%
G = 23.55%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC5558 (or 0xBC5558) is known color: Mandy. HEX triplet: BC, 55 and 58. RGB value is (188,85,88). Sum of RGB (Red+Green+Blue) = 188+85+88=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5558 is #43AAA7. Grayscale: #747474. Windows color (decimal): -4434600 or 5789116. OLE color: 5789116.

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

Color convert

RGB 188 85 88 -
CMYK 0 0.55 0.53 0.26
HSL 358.25º 0.43% 0.54% -
HSV(B) 358.25º 0.55% 0.74% -
XYZ 25.75 17.89 11.33 -
YUV 116.14 112.12 179.26 -
System Red Green Blue C M Y K H S L
Decimal 188 85 88 0 0.55 0.53 0.26 358.25 0.43 0.54
Hex BC 55 58 0 37 35 1A 166 2B 36
Octal 274 125 130 0 67 65 32 546 53 66
Binary 10111100 1010101 1011000 0 110111 110101 11010 101100110 101011 110110

Color Harmonies of #BC5558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5558

Black with #BC5558

Text Example


Text Example

White with #BC5558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5558; }

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

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

background-color css

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

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

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

border-color css

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

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

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