#BD545B

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

Shades of Mandy #BD545B

Tints of Mandy #BD545B

Color information

#BD545B (or 0xBD545B) is unknown color: approx Mandy. HEX triplet: BD, 54 and 5B. RGB value is (189,84,91). Sum of RGB (Red+Green+Blue) = 189+84+91=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD545B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD545B is #42ABA4. Grayscale: #747474. Windows color (decimal): -4369317 or 5985469. OLE color: 5985469.

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

Color convert

RGB1898491-
CMYK00.560.520.26
HSL356º44.3%53.53%-
HSV(B)356º55.56%74.12%-
XYZ26.0417.9111.98-
YUV116.19113.79179.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 51.92%
GREEN value IS 84 (33.20% from 255) = 23.08%
BLUE value IS 91 (35.94% from 255) = 25%
R=51.92%
G=23.08%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189849100.560.520.2635644.353.53
HexBD545B038341A1642c36
Octal27512413307064325445466
Binary1011110110101001011011011100011010011010101100100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD545B; }

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

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

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

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

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

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

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

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