Html Css Color HEX #BD525D Mandy

📋 copy color: '#BD525D'

red 189 ◦ green 82 ◦ blue 93

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

Shades of Mandy #BD525D

Tints of Mandy #BD525D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.53%

 BLUE value IS 93 (36.72% from 255) = 25.55%

R = 51.92%
G = 22.53%
B = 25.55%

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

#BD525D (or 0xBD525D) is known color: Mandy. HEX triplet: BD, 52 and 5D. RGB value is (189,82,93). Sum of RGB (Red+Green+Blue) = 189+82+93=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD525D is #42ADA2. Grayscale: #737373. Windows color (decimal): -4369827 or 6116029. OLE color: 6116029.

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

Color convert

RGB 189 82 93 -
CMYK 0 0.57 0.51 0.26
HSL 353.83º 0.45% 0.53% -
HSV(B) 353.83º 0.57% 0.74% -
XYZ 25.98 17.64 12.39 -
YUV 115.25 115.45 180.61 -
System Red Green Blue C M Y K H S L
Decimal 189 82 93 0 0.57 0.51 0.26 353.83 0.45 0.53
Hex BD 52 5D 0 39 33 1A 162 2D 35
Octal 275 122 135 0 71 63 32 542 55 65
Binary 10111101 1010010 1011101 0 111001 110011 11010 101100010 101101 110101

Color Harmonies of #BD525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD525D

Black with #BD525D

Text Example


Text Example

White with #BD525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD525D; }

 p { color: rgb(189,82,93); }

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

background-color css

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

 a { background-color: rgb(189,82,93); }

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

border-color css

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

 span { border-color: rgb(189,82,93); }

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