#BD4851

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

Shades of Mandy #BD4851

Tints of Mandy #BD4851

Color information

#BD4851 (or 0xBD4851) is unknown color: approx Mandy. HEX triplet: BD, 48 and 51. RGB value is (189,72,81). Sum of RGB (Red+Green+Blue) = 189+72+81=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4851 is #42B7AE. Grayscale: #6C6C6C. Windows color (decimal): -4372399 or 5327037. OLE color: 5327037.

HSL color Cylindrical-coordinate representation of color #BD4851: hue angle of 355.38º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD4851 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB1897281-
CMYK00.620.570.26
HSL355.38º46.99%51.18%-
HSV(B)355.38º61.9%74.12%-
XYZ24.7916.059.58-
YUV108.01112.76185.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.26%
GREEN value IS 72 (28.52% from 255) = 21.05%
BLUE value IS 81 (32.03% from 255) = 23.68%
R=55.26%
G=21.05%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189728100.620.570.26355.3846.9951.18
HexBD485103E391A1632f33
Octal27511012107671325435763
Binary1011110110010001010001011111011100111010101100011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4851; }

 p { color: rgb(189,72,81); }

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

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

 a { background-color: rgb(189,72,81); }

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

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

 span { border-color: rgb(189,72,81); }

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