#BD4B4E

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

Shades of Mandy #BD4B4E

Tints of Mandy #BD4B4E

Color information

#BD4B4E (or 0xBD4B4E) is unknown color: approx Mandy. HEX triplet: BD, 4B and 4E. RGB value is (189,75,78). Sum of RGB (Red+Green+Blue) = 189+75+78=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4B4E is #42B4B1. Grayscale: #6D6D6D. Windows color (decimal): -4371634 or 5131197. OLE color: 5131197.

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

Color convert

RGB1897578-
CMYK00.600.590.26
HSL358.42º46.34%51.76%-
HSV(B)358.42º60.32%74.12%-
XYZ24.8816.49.06-
YUV109.43110.27184.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.26%
GREEN value IS 75 (29.69% from 255) = 21.93%
BLUE value IS 78 (30.86% from 255) = 22.81%
R=55.26%
G=21.93%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189757800.600.590.26358.4246.3451.76
HexBD4B4E03C3B1A1662e34
Octal27511311607473325465664
Binary1011110110010111001110011110011101111010101100110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4B4E; }

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

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

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

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

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

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

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

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