Html Css Color HEX #BC545C Mandy

📋 copy color: '#BC545C'

red 188 ◦ green 84 ◦ blue 92

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

Shades of Mandy #BC545C

Tints of Mandy #BC545C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.27%

R = 51.65%
G = 23.08%
B = 25.27%

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

#BC545C (or 0xBC545C) is known color: Mandy. HEX triplet: BC, 54 and 5C. RGB value is (188,84,92). Sum of RGB (Red+Green+Blue) = 188+84+92=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC545C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC545C is #43ABA3. Grayscale: #747474. Windows color (decimal): -4434852 or 6051004. OLE color: 6051004.

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

Color convert

RGB 188 84 92 -
CMYK 0 0.55 0.51 0.26
HSL 355.38º 0.44% 0.53% -
HSV(B) 355.38º 0.55% 0.74% -
XYZ 25.84 17.8 12.2 -
YUV 116.01 114.46 179.35 -
System Red Green Blue C M Y K H S L
Decimal 188 84 92 0 0.55 0.51 0.26 355.38 0.44 0.53
Hex BC 54 5C 0 37 33 1A 163 2C 35
Octal 274 124 134 0 67 63 32 543 54 65
Binary 10111100 1010100 1011100 0 110111 110011 11010 101100011 101100 110101

Color Harmonies of #BC545C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC545C

Black with #BC545C

Text Example


Text Example

White with #BC545C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC545C; }

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

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

background-color css

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

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

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

border-color css

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

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

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