Html Css Color HEX #BD515C Mandy

📋 copy color: '#BD515C'

red 189 ◦ green 81 ◦ blue 92

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

Shades of Mandy #BD515C

Tints of Mandy #BD515C

RGB

 RED value IS 189 (74.22% from 255) = 52.21%

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

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

R = 52.21%
G = 22.38%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD515C (or 0xBD515C) is known color: Mandy. HEX triplet: BD, 51 and 5C. RGB value is (189,81,92). Sum of RGB (Red+Green+Blue) = 189+81+92=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD515C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD515C is #42AEA3. Grayscale: #727272. Windows color (decimal): -4370084 or 6050237. OLE color: 6050237.

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

Color convert

RGB 189 81 92 -
CMYK 0 0.57 0.51 0.26
HSL 353.89º 0.45% 0.53% -
HSV(B) 353.89º 0.57% 0.74% -
XYZ 25.86 17.48 12.14 -
YUV 114.55 115.28 181.11 -
System Red Green Blue C M Y K H S L
Decimal 189 81 92 0 0.57 0.51 0.26 353.89 0.45 0.53
Hex BD 51 5C 0 39 33 1A 162 2D 35
Octal 275 121 134 0 71 63 32 542 55 65
Binary 10111101 1010001 1011100 0 111001 110011 11010 101100010 101101 110101

Color Harmonies of #BD515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD515C

Black with #BD515C

Text Example


Text Example

White with #BD515C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD515C; }

 p { color: rgb(189,81,92); }

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

background-color css

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

 a { background-color: rgb(189,81,92); }

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

border-color css

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

 span { border-color: rgb(189,81,92); }

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