Html Css Color HEX #BC545A Mandy

📋 copy color: '#BC545A'

red 188 ◦ green 84 ◦ blue 90

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

Shades of Mandy #BC545A

Tints of Mandy #BC545A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.86%

R = 51.93%
G = 23.2%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC545A (or 0xBC545A) is known color: Mandy. HEX triplet: BC, 54 and 5A. RGB value is (188,84,90). Sum of RGB (Red+Green+Blue) = 188+84+90=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC545A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC545A is #43ABA5. Grayscale: #737373. Windows color (decimal): -4434854 or 5919932. OLE color: 5919932.

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

Color convert

RGB 188 84 90 -
CMYK 0 0.55 0.52 0.26
HSL 356.54º 0.44% 0.53% -
HSV(B) 356.54º 0.55% 0.74% -
XYZ 25.75 17.77 11.75 -
YUV 115.78 113.46 179.51 -
System Red Green Blue C M Y K H S L
Decimal 188 84 90 0 0.55 0.52 0.26 356.54 0.44 0.53
Hex BC 54 5A 0 37 34 1A 165 2C 35
Octal 274 124 132 0 67 64 32 545 54 65
Binary 10111100 1010100 1011010 0 110111 110100 11010 101100101 101100 110101

Color Harmonies of #BC545A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC545A

Black with #BC545A

Text Example


Text Example

White with #BC545A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC545A; }

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

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

background-color css

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

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

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

border-color css

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

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

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