#BD4850

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

Shades of Mandy #BD4850

Tints of Mandy #BD4850

Color information

#BD4850 (or 0xBD4850) is unknown color: approx Mandy. HEX triplet: BD, 48 and 50. RGB value is (189,72,80). Sum of RGB (Red+Green+Blue) = 189+72+80=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4850 is #42B7AF. Grayscale: #6B6B6B. Windows color (decimal): -4372400 or 5261501. OLE color: 5261501.

HSL color Cylindrical-coordinate representation of color #BD4850: hue angle of 355.9º 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 #BD4850 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB1897280-
CMYK00.620.580.26
HSL355.9º46.99%51.18%-
HSV(B)355.9º61.9%74.12%-
XYZ24.7516.039.38-
YUV107.9112.26185.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.43%
GREEN value IS 72 (28.52% from 255) = 21.11%
BLUE value IS 80 (31.64% from 255) = 23.46%
R=55.43%
G=21.11%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189728000.620.580.26355.946.9951.18
HexBD485003E3A1A1642f33
Octal27511012007672325445763
Binary1011110110010001010000011111011101011010101100100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4850; }

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

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

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

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

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

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

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

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