#BD5257

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

Shades of Mandy #BD5257

Tints of Mandy #BD5257

Color information

#BD5257 (or 0xBD5257) is unknown color: approx Mandy. HEX triplet: BD, 52 and 57. RGB value is (189,82,87). Sum of RGB (Red+Green+Blue) = 189+82+87=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5257 is #42ADA8. Grayscale: #727272. Windows color (decimal): -4369833 or 5722813. OLE color: 5722813.

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

Color convert

RGB1898287-
CMYK00.570.540.26
HSL357.2º44.77%53.14%-
HSV(B)357.2º56.61%74.12%-
XYZ25.7217.5411.05-
YUV114.56112.45181.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.79%
GREEN value IS 82 (32.42% from 255) = 22.91%
BLUE value IS 87 (34.38% from 255) = 24.30%
R=52.79%
G=22.91%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189828700.570.540.26357.244.7753.14
HexBD5257039361A1652d35
Octal27512212707166325455565
Binary1011110110100101010111011100111011011010101100101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5257; }

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

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

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

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

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

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

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

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