Html Css Color HEX #BC5156 Mandy

📋 copy color: '#BC5156'

red 188 ◦ green 81 ◦ blue 86

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

Shades of Mandy #BC5156

Tints of Mandy #BC5156

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.82%

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

R = 52.96%
G = 22.82%
B = 24.23%

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

#BC5156 (or 0xBC5156) is known color: Mandy. HEX triplet: BC, 51 and 56. RGB value is (188,81,86). Sum of RGB (Red+Green+Blue) = 188+81+86=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5156 is #43AEA9. Grayscale: #717171. Windows color (decimal): -4435626 or 5657020. OLE color: 5657020.

HSL color Cylindrical-coordinate representation of color #BC5156: hue angle of 357.2º degrees, saturation: 0.44, 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 #BC5156 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 81 86 -
CMYK 0 0.57 0.54 0.26
HSL 357.2º 0.44% 0.53% -
HSV(B) 357.2º 0.57% 0.74% -
XYZ 25.36 17.25 10.8 -
YUV 113.56 112.45 181.09 -
System Red Green Blue C M Y K H S L
Decimal 188 81 86 0 0.57 0.54 0.26 357.2 0.44 0.53
Hex BC 51 56 0 39 36 1A 165 2C 35
Octal 274 121 126 0 71 66 32 545 54 65
Binary 10111100 1010001 1010110 0 111001 110110 11010 101100101 101100 110101

Color Harmonies of #BC5156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5156

Black with #BC5156

Text Example


Text Example

White with #BC5156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5156; }

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

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

background-color css

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

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

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

border-color css

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

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

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