#BD4288

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

Shades of Mulberry #BD4288

Tints of Mulberry #BD4288

Color information

#BD4288 (or 0xBD4288) is unknown color: approx Mulberry. HEX triplet: BD, 42 and 88. RGB value is (189,66,136). Sum of RGB (Red+Green+Blue) = 189+66+136=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4288 is #42BD77. Grayscale: #6E6E6E. Windows color (decimal): -4373880 or 8929981. OLE color: 8929981.

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

Color convert

RGB18966136-
CMYK00.650.280.26
HSL325.85º48.24%50%-
HSV(B)325.85º65.08%74.12%-
XYZ27.3816.4925.03-
YUV110.76142.25183.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.34%
GREEN value IS 66 (26.17% from 255) = 16.88%
BLUE value IS 136 (53.52% from 255) = 34.78%
R=48.34%
G=16.88%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896613600.650.280.26325.8548.2450
HexBD42880411C1A1463032
Octal275102210010134325066062
Binary10111101100001010001000010000011110011010101000110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4288; }

 p { color: rgb(189,66,136); }

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

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

 a { background-color: rgb(189,66,136); }

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

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

 span { border-color: rgb(189,66,136); }

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