Html Css Color HEX #BC5056 Mandy

📋 copy color: '#BC5056'

red 188 ◦ green 80 ◦ blue 86

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

Shades of Mandy #BC5056

Tints of Mandy #BC5056

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.6%

 BLUE value IS 86 (33.98% from 255) = 24.29%

R = 53.11%
G = 22.6%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC5056 (or 0xBC5056) is known color: Mandy. HEX triplet: BC, 50 and 56. RGB value is (188,80,86). Sum of RGB (Red+Green+Blue) = 188+80+86=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5056 is #43AFA9. Grayscale: #717171. Windows color (decimal): -4435882 or 5656764. OLE color: 5656764.

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

Color convert

RGB 188 80 86 -
CMYK 0 0.57 0.54 0.26
HSL 356.67º 0.45% 0.53% -
HSV(B) 356.67º 0.57% 0.74% -
XYZ 25.29 17.1 10.77 -
YUV 112.98 112.78 181.51 -
System Red Green Blue C M Y K H S L
Decimal 188 80 86 0 0.57 0.54 0.26 356.67 0.45 0.53
Hex BC 50 56 0 39 36 1A 165 2D 35
Octal 274 120 126 0 71 66 32 545 55 65
Binary 10111100 1010000 1010110 0 111001 110110 11010 101100101 101101 110101

Color Harmonies of #BC5056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5056

Black with #BC5056

Text Example


Text Example

White with #BC5056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5056; }

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

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

background-color css

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

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

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

border-color css

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

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

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