Html Css Color HEX #BC5256 Mandy

📋 copy color: '#BC5256'

red 188 ◦ green 82 ◦ blue 86

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

Shades of Mandy #BC5256

Tints of Mandy #BC5256

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.03%

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

R = 52.81%
G = 23.03%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC5256 (or 0xBC5256) is known color: Mandy. HEX triplet: BC, 52 and 56. RGB value is (188,82,86). Sum of RGB (Red+Green+Blue) = 188+82+86=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5256 is #43ADA9. Grayscale: #727272. Windows color (decimal): -4435370 or 5657276. OLE color: 5657276.

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

Color convert

RGB 188 82 86 -
CMYK 0 0.56 0.54 0.26
HSL 357.74º 0.44% 0.53% -
HSV(B) 357.74º 0.56% 0.74% -
XYZ 25.44 17.4 10.82 -
YUV 114.15 112.12 180.67 -
System Red Green Blue C M Y K H S L
Decimal 188 82 86 0 0.56 0.54 0.26 357.74 0.44 0.53
Hex BC 52 56 0 38 36 1A 166 2C 35
Octal 274 122 126 0 70 66 32 546 54 65
Binary 10111100 1010010 1010110 0 111000 110110 11010 101100110 101100 110101

Color Harmonies of #BC5256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5256

Black with #BC5256

Text Example


Text Example

White with #BC5256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5256; }

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

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

background-color css

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

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

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

border-color css

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

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

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