#B95092

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

Shades of Mulberry #B95092

Tints of Mulberry #B95092

Color information

#B95092 (or 0xB95092) is unknown color: approx Mulberry. HEX triplet: B9, 50 and 92. RGB value is (185,80,146). Sum of RGB (Red+Green+Blue) = 185+80+146=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B95092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95092 is #46AF6D. Grayscale: #767676. Windows color (decimal): -4632430 or 9588921. OLE color: 9588921.

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

Color convert

RGB18580146-
CMYK00.570.210.27
HSL322.29º42.86%51.96%-
HSV(B)322.29º56.76%72.55%-
XYZ28.0618.1329.21-
YUV118.92143.29175.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.01%
GREEN value IS 80 (31.64% from 255) = 19.46%
BLUE value IS 146 (57.42% from 255) = 35.52%
R=45.01%
G=19.46%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858014600.570.210.27322.2942.8651.96
HexB95092039151B1422b34
Octal27112022207125335025364
Binary1011100110100001001001001110011010111011101000010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95092; }

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

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

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

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

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

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

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

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