#B95892

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

Shades of Mulberry #B95892

Tints of Mulberry #B95892

Color information

#B95892 (or 0xB95892) is unknown color: approx Mulberry. HEX triplet: B9, 58 and 92. RGB value is (185,88,146). Sum of RGB (Red+Green+Blue) = 185+88+146=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B95892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95892 is #46A76D. Grayscale: #7B7B7B. Windows color (decimal): -4630382 or 9590969. OLE color: 9590969.

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

Color convert

RGB18588146-
CMYK00.520.210.27
HSL324.12º40.93%53.53%-
HSV(B)324.12º52.43%72.55%-
XYZ28.6919.3729.42-
YUV123.62140.64171.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.15%
GREEN value IS 88 (34.77% from 255) = 21.00%
BLUE value IS 146 (57.42% from 255) = 34.84%
R=44.15%
G=21.00%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858814600.520.210.27324.1240.9353.53
HexB95892034151B1442936
Octal27113022206425335045166
Binary1011100110110001001001001101001010111011101000100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95892; }

 p { color: rgb(185,88,146); }

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

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

 a { background-color: rgb(185,88,146); }

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

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

 span { border-color: rgb(185,88,146); }

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