#BD5288

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

Shades of Mulberry #BD5288

Tints of Mulberry #BD5288

Color information

#BD5288 (or 0xBD5288) is unknown color: approx Mulberry. HEX triplet: BD, 52 and 88. RGB value is (189,82,136). Sum of RGB (Red+Green+Blue) = 189+82+136=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5288 is #42AD77. Grayscale: #787878. Windows color (decimal): -4369784 or 8934077. OLE color: 8934077.

HSL color Cylindrical-coordinate representation of color #BD5288: hue angle of 329.72º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD5288 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB18982136-
CMYK00.570.280.26
HSL329.72º44.77%53.14%-
HSV(B)329.72º56.61%74.12%-
XYZ28.4518.6325.39-
YUV120.15136.95177.11-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.44%
GREEN value IS 82 (32.42% from 255) = 20.15%
BLUE value IS 136 (53.52% from 255) = 33.42%
R=46.44%
G=20.15%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898213600.570.280.26329.7244.7753.14
HexBD52880391C1A14a2d35
Octal27512221007134325125565
Binary1011110110100101000100001110011110011010101001010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5288; }

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

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

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

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

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

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

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

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