#B75288

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

Shades of Mulberry #B75288

Tints of Mulberry #B75288

Color information

#B75288 (or 0xB75288) is unknown color: approx Mulberry. HEX triplet: B7, 52 and 88. RGB value is (183,82,136). Sum of RGB (Red+Green+Blue) = 183+82+136=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B75288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75288 is #48AD77. Grayscale: #767676. Windows color (decimal): -4763000 or 8934071. OLE color: 8934071.

HSL color Cylindrical-coordinate representation of color #B75288: hue angle of 327.92º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B75288 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB18382136-
CMYK00.550.260.28
HSL327.92º41.22%51.96%-
HSV(B)327.92º55.19%71.76%-
XYZ26.9917.8825.32-
YUV118.36137.96174.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.64%
GREEN value IS 82 (32.42% from 255) = 20.45%
BLUE value IS 136 (53.52% from 255) = 33.92%
R=45.64%
G=20.45%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838213600.550.260.28327.9241.2251.96
HexB752880371A1C1482934
Octal26712221006732345105164
Binary1011011110100101000100001101111101011100101001000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75288; }

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

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

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

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

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

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

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

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