#BD505C

Color #BD505C Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #BD505C

Tints of Mandy #BD505C

Color information

#BD505C (or 0xBD505C) is unknown color: approx Mandy. HEX triplet: BD, 50 and 5C. RGB value is (189,80,92). Sum of RGB (Red+Green+Blue) = 189+80+92=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD505C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD505C is #42AFA3. Grayscale: #727272. Windows color (decimal): -4370340 or 6049981. OLE color: 6049981.

HSL color Cylindrical-coordinate representation of color #BD505C: hue angle of 353.39º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD505C is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB1898092-
CMYK00.580.510.26
HSL353.39º45.23%52.75%-
HSV(B)353.39º57.67%74.12%-
XYZ25.7917.3312.11-
YUV113.96115.61181.52-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.35%
GREEN value IS 80 (31.64% from 255) = 22.16%
BLUE value IS 92 (36.33% from 255) = 25.48%
R=52.35%
G=22.16%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189809200.580.510.26353.3945.2352.75
HexBD505C03A331A1612d35
Octal27512013407263325415565
Binary1011110110100001011100011101011001111010101100001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD505C; }

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

 H1.HeaderClassName
 {
   color: #BD505C;
 }
 .AnyTagClassName
 {
   color: #BD505C;
 }
</style>
background-color css

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

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

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

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

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

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