#BD585E

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

Shades of Mandy #BD585E

Tints of Mandy #BD585E

Color information

#BD585E (or 0xBD585E) is unknown color: approx Mandy. HEX triplet: BD, 58 and 5E. RGB value is (189,88,94). Sum of RGB (Red+Green+Blue) = 189+88+94=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD585E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD585E is #42A7A1. Grayscale: #767676. Windows color (decimal): -4368290 or 6183101. OLE color: 6183101.

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

Color convert

RGB1898894-
CMYK00.530.500.26
HSL356.44º43.35%54.31%-
HSV(B)356.44º53.44%74.12%-
XYZ26.518.6112.78-
YUV118.88113.96178.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.94%
GREEN value IS 88 (34.77% from 255) = 23.72%
BLUE value IS 94 (37.11% from 255) = 25.34%
R=50.94%
G=23.72%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189889400.530.500.26356.4443.3554.31
HexBD585E035321A1642b36
Octal27513013606562325445366
Binary1011110110110001011110011010111001011010101100100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD585E; }

 p { color: rgb(189,88,94); }

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

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

 a { background-color: rgb(189,88,94); }

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

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

 span { border-color: rgb(189,88,94); }

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