#BD5355

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

Shades of Mandy #BD5355

Tints of Mandy #BD5355

Color information

#BD5355 (or 0xBD5355) is unknown color: approx Mandy. HEX triplet: BD, 53 and 55. RGB value is (189,83,85). Sum of RGB (Red+Green+Blue) = 189+83+85=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5355 is #42ACAA. Grayscale: #737373. Windows color (decimal): -4369579 or 5591997. OLE color: 5591997.

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

Color convert

RGB1898385-
CMYK00.560.550.26
HSL358.87º44.54%53.33%-
HSV(B)358.87º56.08%74.12%-
XYZ25.7217.6610.65-
YUV114.92111.12180.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.94%
GREEN value IS 83 (32.81% from 255) = 23.25%
BLUE value IS 85 (33.59% from 255) = 23.81%
R=52.94%
G=23.25%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189838500.560.550.26358.8744.5453.33
HexBD5355038371A1672d35
Octal27512312507067325475565
Binary1011110110100111010101011100011011111010101100111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5355; }

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

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

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

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

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

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

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

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