#B95A94

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

Shades of Mulberry #B95A94

Tints of Mulberry #B95A94

Color information

#B95A94 (or 0xB95A94) is unknown color: approx Mulberry. HEX triplet: B9, 5A and 94. RGB value is (185,90,148). Sum of RGB (Red+Green+Blue) = 185+90+148=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95A94 is #46A56B. Grayscale: #7C7C7C. Windows color (decimal): -4629868 or 9722553. OLE color: 9722553.

HSL color Cylindrical-coordinate representation of color #B95A94: hue angle of 323.37º 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 #B95A94 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB18590148-
CMYK00.510.200.27
HSL323.37º40.43%53.92%-
HSV(B)323.37º51.35%72.55%-
XYZ29.0119.7630.3-
YUV125.02140.97170.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 90 (35.55% from 255) = 21.28%
BLUE value IS 148 (58.20% from 255) = 34.99%
R=43.74%
G=21.28%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859014800.510.200.27323.3740.4353.92
HexB95A94033141B1432836
Octal27113222406324335035066
Binary1011100110110101001010001100111010011011101000011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95A94; }

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

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

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

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

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

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

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

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