Html Css Color HEX #BC515A Mandy

📋 copy color: '#BC515A'

red 188 ◦ green 81 ◦ blue 90

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

Shades of Mandy #BC515A

Tints of Mandy #BC515A

RGB

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

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

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

R = 52.37%
G = 22.56%
B = 25.07%

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

#BC515A (or 0xBC515A) is known color: Mandy. HEX triplet: BC, 51 and 5A. RGB value is (188,81,90). Sum of RGB (Red+Green+Blue) = 188+81+90=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC515A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC515A is #43AEA5. Grayscale: #727272. Windows color (decimal): -4435622 or 5919164. OLE color: 5919164.

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

Color convert

RGB 188 81 90 -
CMYK 0 0.57 0.52 0.26
HSL 354.95º 0.44% 0.53% -
HSV(B) 354.95º 0.57% 0.74% -
XYZ 25.53 17.31 11.67 -
YUV 114.02 114.45 180.77 -
System Red Green Blue C M Y K H S L
Decimal 188 81 90 0 0.57 0.52 0.26 354.95 0.44 0.53
Hex BC 51 5A 0 39 34 1A 163 2C 35
Octal 274 121 132 0 71 64 32 543 54 65
Binary 10111100 1010001 1011010 0 111001 110100 11010 101100011 101100 110101

Color Harmonies of #BC515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC515A

Black with #BC515A

Text Example


Text Example

White with #BC515A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC515A; }

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

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

background-color css

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

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

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

border-color css

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

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

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