#BD4C4F

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

Shades of Mandy #BD4C4F

Tints of Mandy #BD4C4F

Color information

#BD4C4F (or 0xBD4C4F) is unknown color: approx Mandy. HEX triplet: BD, 4C and 4F. RGB value is (189,76,79). Sum of RGB (Red+Green+Blue) = 189+76+79=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4C4F is #42B3B0. Grayscale: #6E6E6E. Windows color (decimal): -4371377 or 5196989. OLE color: 5196989.

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

Color convert

RGB1897679-
CMYK00.600.580.26
HSL358.41º46.12%51.96%-
HSV(B)358.41º59.79%74.12%-
XYZ24.9816.559.28-
YUV110.13110.44184.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.94%
GREEN value IS 76 (30.08% from 255) = 22.09%
BLUE value IS 79 (31.25% from 255) = 22.97%
R=54.94%
G=22.09%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189767900.600.580.26358.4146.1251.96
HexBD4C4F03C3A1A1662e34
Octal27511411707472325465664
Binary1011110110011001001111011110011101011010101100110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4C4F; }

 p { color: rgb(189,76,79); }

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

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

 a { background-color: rgb(189,76,79); }

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

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

 span { border-color: rgb(189,76,79); }

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