#B95088

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

Shades of Mulberry #B95088

Tints of Mulberry #B95088

Color information

#B95088 (or 0xB95088) is unknown color: approx Mulberry. HEX triplet: B9, 50 and 88. RGB value is (185,80,136). Sum of RGB (Red+Green+Blue) = 185+80+136=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B95088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95088 is #46AF77. Grayscale: #757575. Windows color (decimal): -4632440 or 8933561. OLE color: 8933561.

HSL color Cylindrical-coordinate representation of color #B95088: hue angle of 328º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B95088 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB18580136-
CMYK00.570.260.27
HSL328º42.86%51.96%-
HSV(B)328º56.76%72.55%-
XYZ27.3217.8325.29-
YUV117.78138.29175.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.13%
GREEN value IS 80 (31.64% from 255) = 19.95%
BLUE value IS 136 (53.52% from 255) = 33.92%
R=46.13%
G=19.95%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858013600.570.260.2732842.8651.96
HexB950880391A1B1482b34
Octal27112021007132335105364
Binary1011100110100001000100001110011101011011101001000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95088; }

 p { color: rgb(185,80,136); }

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

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

 a { background-color: rgb(185,80,136); }

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

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

 span { border-color: rgb(185,80,136); }

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