#BD575A

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

Shades of Mandy #BD575A

Tints of Mandy #BD575A

Color information

#BD575A (or 0xBD575A) is unknown color: approx Mandy. HEX triplet: BD, 57 and 5A. RGB value is (189,87,90). Sum of RGB (Red+Green+Blue) = 189+87+90=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD575A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD575A is #42A8A5. Grayscale: #757575. Windows color (decimal): -4368550 or 5920701. OLE color: 5920701.

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

Color convert

RGB1898790-
CMYK00.540.520.26
HSL358.24º43.59%54.12%-
HSV(B)358.24º53.97%74.12%-
XYZ26.2418.3711.84-
YUV117.84112.29178.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.64%
GREEN value IS 87 (34.38% from 255) = 23.77%
BLUE value IS 90 (35.55% from 255) = 24.59%
R=51.64%
G=23.77%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189879000.540.520.26358.2443.5954.12
HexBD575A036341A1662c36
Octal27512713206664325465466
Binary1011110110101111011010011011011010011010101100110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD575A; }

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

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

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

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

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

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

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

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