#B15992

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

Shades of Mulberry #B15992

Tints of Mulberry #B15992

Color information

#B15992 (or 0xB15992) is unknown color: approx Mulberry. HEX triplet: B1, 59 and 92. RGB value is (177,89,146). Sum of RGB (Red+Green+Blue) = 177+89+146=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B15992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15992 is #4EA66D. Grayscale: #797979. Windows color (decimal): -5154414 or 9591217. OLE color: 9591217.

HSL color Cylindrical-coordinate representation of color #B15992: hue angle of 321.14º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B15992 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB17789146-
CMYK00.500.180.31
HSL321.14º36.07%52.16%-
HSV(B)321.14º49.72%69.41%-
XYZ26.8918.5729.36-
YUV121.81141.65167.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.96%
GREEN value IS 89 (35.16% from 255) = 21.60%
BLUE value IS 146 (57.42% from 255) = 35.44%
R=42.96%
G=21.60%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778914600.500.180.31321.1436.0752.16
HexB15992032121F1412434
Octal26113122206222375014464
Binary1011000110110011001001001100101001011111101000001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15992; }

 p { color: rgb(177,89,146); }

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

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

 a { background-color: rgb(177,89,146); }

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

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

 span { border-color: rgb(177,89,146); }

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