#BD585B

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

Shades of Mandy #BD585B

Tints of Mandy #BD585B

Color information

#BD585B (or 0xBD585B) is unknown color: approx Mandy. HEX triplet: BD, 58 and 5B. RGB value is (189,88,91). Sum of RGB (Red+Green+Blue) = 189+88+91=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD585B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD585B is #42A7A4. Grayscale: #767676. Windows color (decimal): -4368293 or 5986493. OLE color: 5986493.

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

Color convert

RGB1898891-
CMYK00.530.520.26
HSL358.22º43.35%54.31%-
HSV(B)358.22º53.44%74.12%-
XYZ26.3618.5512.09-
YUV118.54112.46178.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.36%
GREEN value IS 88 (34.77% from 255) = 23.91%
BLUE value IS 91 (35.94% from 255) = 24.73%
R=51.36%
G=23.91%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189889100.530.520.26358.2243.3554.31
HexBD585B035341A1662b36
Octal27513013306564325465366
Binary1011110110110001011011011010111010011010101100110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD585B; }

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

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

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

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

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

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

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

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