Html Css Color HEX #BC5052 Mandy

📋 copy color: '#BC5052'

red 188 ◦ green 80 ◦ blue 82

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

Shades of Mandy #BC5052

Tints of Mandy #BC5052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.43%

R = 53.71%
G = 22.86%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC5052 (or 0xBC5052) is known color: Mandy. HEX triplet: BC, 50 and 52. RGB value is (188,80,82). Sum of RGB (Red+Green+Blue) = 188+80+82=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5052 is #43AFAD. Grayscale: #707070. Windows color (decimal): -4435886 or 5394620. OLE color: 5394620.

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

Color convert

RGB 188 80 82 -
CMYK 0 0.57 0.56 0.26
HSL 358.89º 0.45% 0.53% -
HSV(B) 358.89º 0.57% 0.74% -
XYZ 25.13 17.04 9.95 -
YUV 112.52 110.78 181.84 -
System Red Green Blue C M Y K H S L
Decimal 188 80 82 0 0.57 0.56 0.26 358.89 0.45 0.53
Hex BC 50 52 0 39 38 1A 167 2D 35
Octal 274 120 122 0 71 70 32 547 55 65
Binary 10111100 1010000 1010010 0 111001 111000 11010 101100111 101101 110101

Color Harmonies of #BC5052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5052

Black with #BC5052

Text Example


Text Example

White with #BC5052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5052; }

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

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

background-color css

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

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

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

border-color css

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

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

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