Html Css Color HEX #B94994 Mulberry

📋 copy color: '#B94994'

red 185 ◦ green 73 ◦ blue 148

#B94994
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #B94994

Tints of Mulberry #B94994

RGB

 RED value IS 185 (72.66% from 255) = 45.57%

 GREEN value IS 73 (28.91% from 255) = 17.98%

 BLUE value IS 148 (58.2% from 255) = 36.45%

R = 45.57%
G = 17.98%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#B94994 (or 0xB94994) is known color: Mulberry. HEX triplet: B9, 49 and 94. RGB value is (185,73,148). Sum of RGB (Red+Green+Blue) = 185+73+148=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B94994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94994 is #46B66B. Grayscale: #727272. Windows color (decimal): -4634220 or 9718201. OLE color: 9718201.

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

Color convert

RGB 185 73 148 -
CMYK 0 0.61 0.20 0.27
HSL 319.82º 0.44% 0.51% -
HSV(B) 319.82º 0.61% 0.73% -
XYZ 27.74 17.22 29.88 -
YUV 115.04 146.61 177.9 -
System Red Green Blue C M Y K H S L
Decimal 185 73 148 0 0.61 0.20 0.27 319.82 0.44 0.51
Hex B9 49 94 0 3D 14 1B 140 2C 33
Octal 271 111 224 0 75 24 33 500 54 63
Binary 10111001 1001001 10010100 0 111101 10100 11011 101000000 101100 110011

Color Harmonies of #B94994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94994

Black with #B94994

Text Example


Text Example

White with #B94994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94994; }

 p { color: rgb(185,73,148); }

 H1.HeaderClassName
 {
   color: #B94994;
 }
 .AnyTagClassName
 {
   color: #B94994;
 }
</style>

background-color css

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

 a { background-color: rgb(185,73,148); }

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

border-color css

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

 span { border-color: rgb(185,73,148); }

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