#B94A92

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

Shades of Mulberry #B94A92

Tints of Mulberry #B94A92

Color information

#B94A92 (or 0xB94A92) is unknown color: approx Mulberry. HEX triplet: B9, 4A and 92. RGB value is (185,74,146). Sum of RGB (Red+Green+Blue) = 185+74+146=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94A92 is #46B56D. Grayscale: #737373. Windows color (decimal): -4633966 or 9587385. OLE color: 9587385.

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

Color convert

RGB18574146-
CMYK00.60.210.27
HSL321.08º44.22%50.78%-
HSV(B)321.08º60%72.55%-
XYZ27.6417.2929.07-
YUV115.4145.27177.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.68%
GREEN value IS 74 (29.30% from 255) = 18.27%
BLUE value IS 146 (57.42% from 255) = 36.05%
R=45.68%
G=18.27%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857414600.60.210.27321.0844.2250.78
HexB94A9203C151B1412c33
Octal27111222207425335015463
Binary1011100110010101001001001111001010111011101000001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94A92; }

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

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

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

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

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

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

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

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