Html Css Color HEX #BD515A Mandy

📋 copy color: '#BD515A'

red 189 ◦ green 81 ◦ blue 90

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

Shades of Mandy #BD515A

Tints of Mandy #BD515A

RGB

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

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

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

R = 52.5%
G = 22.5%
B = 25%

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

#BD515A (or 0xBD515A) is known color: Mandy. HEX triplet: BD, 51 and 5A. RGB value is (189,81,90). Sum of RGB (Red+Green+Blue) = 189+81+90=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD515A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD515A is #42AEA5. Grayscale: #727272. Windows color (decimal): -4370086 or 5919165. OLE color: 5919165.

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

Color convert

RGB 189 81 90 -
CMYK 0 0.57 0.52 0.26
HSL 355º 0.45% 0.53% -
HSV(B) 355º 0.57% 0.74% -
XYZ 25.77 17.44 11.68 -
YUV 114.32 114.28 181.27 -
System Red Green Blue C M Y K H S L
Decimal 189 81 90 0 0.57 0.52 0.26 355 0.45 0.53
Hex BD 51 5A 0 39 34 1A 163 2D 35
Octal 275 121 132 0 71 64 32 543 55 65
Binary 10111101 1010001 1011010 0 111001 110100 11010 101100011 101101 110101

Color Harmonies of #BD515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD515A

Black with #BD515A

Text Example


Text Example

White with #BD515A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD515A; }

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

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

background-color css

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

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

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

border-color css

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

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

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