#BD5556

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

Shades of Mandy #BD5556

Tints of Mandy #BD5556

Color information

#BD5556 (or 0xBD5556) is unknown color: approx Mandy. HEX triplet: BD, 55 and 56. RGB value is (189,85,86). Sum of RGB (Red+Green+Blue) = 189+85+86=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5556 is #42AAA9. Grayscale: #747474. Windows color (decimal): -4369066 or 5658045. OLE color: 5658045.

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

Color convert

RGB1898586-
CMYK00.550.540.26
HSL359.42º44.07%53.73%-
HSV(B)359.42º55.03%74.12%-
XYZ25.9117.9910.91-
YUV116.21110.96179.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.5%
GREEN value IS 85 (33.59% from 255) = 23.61%
BLUE value IS 86 (33.98% from 255) = 23.89%
R=52.5%
G=23.61%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189858600.550.540.26359.4244.0753.73
HexBD5556037361A1672c36
Octal27512512606766325475466
Binary1011110110101011010110011011111011011010101100111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5556; }

 p { color: rgb(189,85,86); }

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

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

 a { background-color: rgb(189,85,86); }

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

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

 span { border-color: rgb(189,85,86); }

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