#B95A9A

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

Shades of Mulberry #B95A9A

Tints of Mulberry #B95A9A

Color information

#B95A9A (or 0xB95A9A) is unknown color: approx Mulberry. HEX triplet: B9, 5A and 9A. RGB value is (185,90,154). Sum of RGB (Red+Green+Blue) = 185+90+154=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95A9A is #46A565. Grayscale: #7D7D7D. Windows color (decimal): -4629862 or 10115769. OLE color: 10115769.

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

Color convert

RGB18590154-
CMYK00.510.170.27
HSL319.58º40.43%53.92%-
HSV(B)319.58º51.35%72.55%-
XYZ29.519.9632.87-
YUV125.7143.97170.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.12%
GREEN value IS 90 (35.55% from 255) = 20.98%
BLUE value IS 154 (60.55% from 255) = 35.90%
R=43.12%
G=20.98%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859015400.510.170.27319.5840.4353.92
HexB95A9A033111B1402836
Octal27113223206321335005066
Binary1011100110110101001101001100111000111011101000000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95A9A; }

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

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

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

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

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

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

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

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