#BD4B55

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

Shades of Mandy #BD4B55

Tints of Mandy #BD4B55

Color information

#BD4B55 (or 0xBD4B55) is unknown color: approx Mandy. HEX triplet: BD, 4B and 55. RGB value is (189,75,85). Sum of RGB (Red+Green+Blue) = 189+75+85=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4B55 is #42B4AA. Grayscale: #6E6E6E. Windows color (decimal): -4371627 or 5589949. OLE color: 5589949.

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

Color convert

RGB1897585-
CMYK00.600.550.26
HSL354.74º46.34%51.76%-
HSV(B)354.74º60.32%74.12%-
XYZ25.1416.5110.46-
YUV110.23113.77184.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.15%
GREEN value IS 75 (29.69% from 255) = 21.49%
BLUE value IS 85 (33.59% from 255) = 24.36%
R=54.15%
G=21.49%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189758500.600.550.26354.7446.3451.76
HexBD4B5503C371A1632e34
Octal27511312507467325435664
Binary1011110110010111010101011110011011111010101100011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4B55; }

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

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

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

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

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

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

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

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