#B95A9E

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

Shades of Mulberry #B95A9E

Tints of Mulberry #B95A9E

Color information

#B95A9E (or 0xB95A9E) is unknown color: approx Mulberry. HEX triplet: B9, 5A and 9E. RGB value is (185,90,158). Sum of RGB (Red+Green+Blue) = 185+90+158=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95A9E is #46A561. Grayscale: #7D7D7D. Windows color (decimal): -4629858 or 10377913. OLE color: 10377913.

HSL color Cylindrical-coordinate representation of color #B95A9E: hue angle of 317.05º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B95A9E is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB18590158-
CMYK00.510.150.27
HSL317.05º40.43%53.92%-
HSV(B)317.05º51.35%72.55%-
XYZ29.8420.134.65-
YUV126.16145.97169.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.73%
GREEN value IS 90 (35.55% from 255) = 20.79%
BLUE value IS 158 (62.11% from 255) = 36.49%
R=42.73%
G=20.79%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859015800.510.150.27317.0540.4353.92
HexB95A9E033F1B13d2836
Octal27113223606317334755066
Binary101110011011010100111100110011111111011100111101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95A9E; }

 p { color: rgb(185,90,158); }

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

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

 a { background-color: rgb(185,90,158); }

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

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

 span { border-color: rgb(185,90,158); }

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