Html Css Color HEX #BC515B Mandy

📋 copy color: '#BC515B'

red 188 ◦ green 81 ◦ blue 91

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

Shades of Mandy #BC515B

Tints of Mandy #BC515B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.5%

 BLUE value IS 91 (35.94% from 255) = 25.28%

R = 52.22%
G = 22.5%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC515B (or 0xBC515B) is known color: Mandy. HEX triplet: BC, 51 and 5B. RGB value is (188,81,91). Sum of RGB (Red+Green+Blue) = 188+81+91=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC515B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC515B is #43AEA4. Grayscale: #727272. Windows color (decimal): -4435621 or 5984700. OLE color: 5984700.

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

Color convert

RGB 188 81 91 -
CMYK 0 0.57 0.52 0.26
HSL 354.39º 0.44% 0.53% -
HSV(B) 354.39º 0.57% 0.74% -
XYZ 25.57 17.33 11.9 -
YUV 114.13 114.95 180.69 -
System Red Green Blue C M Y K H S L
Decimal 188 81 91 0 0.57 0.52 0.26 354.39 0.44 0.53
Hex BC 51 5B 0 39 34 1A 162 2C 35
Octal 274 121 133 0 71 64 32 542 54 65
Binary 10111100 1010001 1011011 0 111001 110100 11010 101100010 101100 110101

Color Harmonies of #BC515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC515B

Black with #BC515B

Text Example


Text Example

White with #BC515B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC515B; }

 p { color: rgb(188,81,91); }

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

background-color css

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

 a { background-color: rgb(188,81,91); }

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

border-color css

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

 span { border-color: rgb(188,81,91); }

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