#B15F90

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

Shades of Mulberry #B15F90

Tints of Mulberry #B15F90

Color information

#B15F90 (or 0xB15F90) is unknown color: approx Mulberry. HEX triplet: B1, 5F and 90. RGB value is (177,95,144). Sum of RGB (Red+Green+Blue) = 177+95+144=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 144 (56.64% from 255 or 34.62% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B15F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15F90 is #4EA06F. Grayscale: #7C7C7C. Windows color (decimal): -5152880 or 9461681. OLE color: 9461681.

HSL color Cylindrical-coordinate representation of color #B15F90: hue angle of 324.15º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B15F90 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB17795144-
CMYK00.460.190.31
HSL324.15º34.45%53.33%-
HSV(B)324.15º46.33%69.41%-
XYZ27.2619.5528.72-
YUV125.1138.67165.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.55%
GREEN value IS 95 (37.5% from 255) = 22.84%
BLUE value IS 144 (56.64% from 255) = 34.62%
R=42.55%
G=22.84%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779514400.460.190.31324.1534.4553.33
HexB15F9002E131F1442235
Octal26113722005623375044265
Binary1011000110111111001000001011101001111111101000100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15F90; }

 p { color: rgb(177,95,144); }

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

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

 a { background-color: rgb(177,95,144); }

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

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

 span { border-color: rgb(177,95,144); }

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