Html Css Color HEX #BC5053 Mandy

📋 copy color: '#BC5053'

red 188 ◦ green 80 ◦ blue 83

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

Shades of Mandy #BC5053

Tints of Mandy #BC5053

RGB

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

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

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

R = 53.56%
G = 22.79%
B = 23.65%

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

#BC5053 (or 0xBC5053) is known color: Mandy. HEX triplet: BC, 50 and 53. RGB value is (188,80,83). Sum of RGB (Red+Green+Blue) = 188+80+83=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5053 is #43AFAC. Grayscale: #707070. Windows color (decimal): -4435885 or 5460156. OLE color: 5460156.

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

Color convert

RGB 188 80 83 -
CMYK 0 0.57 0.56 0.26
HSL 358.33º 0.45% 0.53% -
HSV(B) 358.33º 0.57% 0.74% -
XYZ 25.17 17.05 10.15 -
YUV 112.63 111.28 181.76 -
System Red Green Blue C M Y K H S L
Decimal 188 80 83 0 0.57 0.56 0.26 358.33 0.45 0.53
Hex BC 50 53 0 39 38 1A 166 2D 35
Octal 274 120 123 0 71 70 32 546 55 65
Binary 10111100 1010000 1010011 0 111001 111000 11010 101100110 101101 110101

Color Harmonies of #BC5053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5053

Black with #BC5053

Text Example


Text Example

White with #BC5053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5053; }

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

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

background-color css

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

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

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

border-color css

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

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

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