Html Css Color HEX #BC5253 Mandy

📋 copy color: '#BC5253'

red 188 ◦ green 82 ◦ blue 83

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

Shades of Mandy #BC5253

Tints of Mandy #BC5253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.51%

R = 53.26%
G = 23.23%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC5253 (or 0xBC5253) is known color: Mandy. HEX triplet: BC, 52 and 53. RGB value is (188,82,83). Sum of RGB (Red+Green+Blue) = 188+82+83=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5253 is #43ADAC. Grayscale: #717171. Windows color (decimal): -4435373 or 5460668. OLE color: 5460668.

HSL color Cylindrical-coordinate representation of color #BC5253: hue angle of 359.43º 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 #BC5253 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 82 83 -
CMYK 0 0.56 0.56 0.26
HSL 359.43º 0.44% 0.53% -
HSV(B) 359.43º 0.56% 0.74% -
XYZ 25.32 17.35 10.2 -
YUV 113.81 110.62 180.92 -
System Red Green Blue C M Y K H S L
Decimal 188 82 83 0 0.56 0.56 0.26 359.43 0.44 0.53
Hex BC 52 53 0 38 38 1A 167 2C 35
Octal 274 122 123 0 70 70 32 547 54 65
Binary 10111100 1010010 1010011 0 111000 111000 11010 101100111 101100 110101

Color Harmonies of #BC5253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5253

Black with #BC5253

Text Example


Text Example

White with #BC5253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5253; }

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

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

background-color css

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

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

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

border-color css

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

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

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