#BD595A

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

Shades of Mandy #BD595A

Tints of Mandy #BD595A

Color information

#BD595A (or 0xBD595A) is unknown color: approx Mandy. HEX triplet: BD, 59 and 5A. RGB value is (189,89,90). Sum of RGB (Red+Green+Blue) = 189+89+90=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD595A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD595A is #42A6A5. Grayscale: #777777. Windows color (decimal): -4368038 or 5921213. OLE color: 5921213.

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

Color convert

RGB1898990-
CMYK00.530.520.26
HSL359.4º43.1%54.51%-
HSV(B)359.4º52.91%74.12%-
XYZ26.418.711.89-
YUV119.01111.63177.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.36%
GREEN value IS 89 (35.16% from 255) = 24.18%
BLUE value IS 90 (35.55% from 255) = 24.46%
R=51.36%
G=24.18%
B=24.46%

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
Decimal189899000.530.520.26359.443.154.51
HexBD595A035341A1672b37
Octal27513113206564325475367
Binary1011110110110011011010011010111010011010101100111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD595A; }

 p { color: rgb(189,89,90); }

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

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

 a { background-color: rgb(189,89,90); }

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

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

 span { border-color: rgb(189,89,90); }

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