Html Css Color HEX #BC545D Mandy

📋 copy color: '#BC545D'

red 188 ◦ green 84 ◦ blue 93

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

Shades of Mandy #BC545D

Tints of Mandy #BC545D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.01%

 BLUE value IS 93 (36.72% from 255) = 25.48%

R = 51.51%
G = 23.01%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC545D (or 0xBC545D) is known color: Mandy. HEX triplet: BC, 54 and 5D. RGB value is (188,84,93). Sum of RGB (Red+Green+Blue) = 188+84+93=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC545D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC545D is #43ABA2. Grayscale: #747474. Windows color (decimal): -4434851 or 6116540. OLE color: 6116540.

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

Color convert

RGB 188 84 93 -
CMYK 0 0.55 0.51 0.26
HSL 354.81º 0.44% 0.53% -
HSV(B) 354.81º 0.55% 0.74% -
XYZ 25.89 17.82 12.43 -
YUV 116.12 114.96 179.27 -
System Red Green Blue C M Y K H S L
Decimal 188 84 93 0 0.55 0.51 0.26 354.81 0.44 0.53
Hex BC 54 5D 0 37 33 1A 163 2C 35
Octal 274 124 135 0 67 63 32 543 54 65
Binary 10111100 1010100 1011101 0 110111 110011 11010 101100011 101100 110101

Color Harmonies of #BC545D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC545D

Black with #BC545D

Text Example


Text Example

White with #BC545D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC545D; }

 p { color: rgb(188,84,93); }

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

background-color css

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

 a { background-color: rgb(188,84,93); }

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

border-color css

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

 span { border-color: rgb(188,84,93); }

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