#B95292

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

Shades of Mulberry #B95292

Tints of Mulberry #B95292

Color information

#B95292 (or 0xB95292) is unknown color: approx Mulberry. HEX triplet: B9, 52 and 92. RGB value is (185,82,146). Sum of RGB (Red+Green+Blue) = 185+82+146=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B95292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95292 is #46AD6D. Grayscale: #777777. Windows color (decimal): -4631918 or 9589433. OLE color: 9589433.

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

Color convert

RGB18582146-
CMYK00.560.210.27
HSL322.72º42.39%52.35%-
HSV(B)322.72º55.68%72.55%-
XYZ28.2118.4229.26-
YUV120.09142.62174.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.79%
GREEN value IS 82 (32.42% from 255) = 19.85%
BLUE value IS 146 (57.42% from 255) = 35.35%
R=44.79%
G=19.85%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858214600.560.210.27322.7242.3952.35
HexB95292038151B1432a34
Octal27112222207025335035264
Binary1011100110100101001001001110001010111011101000011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95292; }

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

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

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

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

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

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

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

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