#BD4A86

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

Shades of Mulberry #BD4A86

Tints of Mulberry #BD4A86

Color information

#BD4A86 (or 0xBD4A86) is unknown color: approx Mulberry. HEX triplet: BD, 4A and 86. RGB value is (189,74,134). Sum of RGB (Red+Green+Blue) = 189+74+134=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4A86 is #42B579. Grayscale: #737373. Windows color (decimal): -4371834 or 8800957. OLE color: 8800957.

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

Color convert

RGB18974134-
CMYK00.610.290.26
HSL328.7º46.56%51.57%-
HSV(B)328.7º60.85%74.12%-
XYZ27.7417.4424.46-
YUV115.22138.6180.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.61%
GREEN value IS 74 (29.30% from 255) = 18.64%
BLUE value IS 134 (52.73% from 255) = 33.75%
R=47.61%
G=18.64%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897413400.610.290.26328.746.5651.57
HexBD4A8603D1D1A1492f34
Octal27511220607535325115764
Binary1011110110010101000011001111011110111010101001001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4A86; }

 p { color: rgb(189,74,134); }

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

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

 a { background-color: rgb(189,74,134); }

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

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

 span { border-color: rgb(189,74,134); }

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