#BD437F

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

Shades of Mulberry #BD437F

Tints of Mulberry #BD437F

Color information

#BD437F (or 0xBD437F) is unknown color: approx Mulberry. HEX triplet: BD, 43 and 7F. RGB value is (189,67,127). Sum of RGB (Red+Green+Blue) = 189+67+127=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD437F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD437F is #42BC80. Grayscale: #6E6E6E. Windows color (decimal): -4373633 or 8340413. OLE color: 8340413.

HSL color Cylindrical-coordinate representation of color #BD437F: hue angle of 330.49º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD437F is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB18967127-
CMYK00.650.330.26
HSL330.49º48.03%50.2%-
HSV(B)330.49º64.55%74.12%-
XYZ26.8216.3721.82-
YUV110.32137.42184.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.35%
GREEN value IS 67 (26.56% from 255) = 17.49%
BLUE value IS 127 (50% from 255) = 33.16%
R=49.35%
G=17.49%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896712700.650.330.26330.4948.0350.2
HexBD437F041211A14a3032
Octal275103177010141325126062
Binary10111101100001111111110100000110000111010101001010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD437F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD437F; }

 p { color: rgb(189,67,127); }

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

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

 a { background-color: rgb(189,67,127); }

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

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

 span { border-color: rgb(189,67,127); }

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