Html Css Color HEX #B94992 Mulberry

📋 copy color: '#B94992'

red 185 ◦ green 73 ◦ blue 146

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

Shades of Mulberry #B94992

Tints of Mulberry #B94992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.14%

R = 45.79%
G = 18.07%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B94992 (or 0xB94992) is known color: Mulberry. HEX triplet: B9, 49 and 92. RGB value is (185,73,146). Sum of RGB (Red+Green+Blue) = 185+73+146=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 185 - color contains mainly: red. Hex color #B94992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94992 is #46B66D. Grayscale: #727272. Windows color (decimal): -4634222 or 9587129. OLE color: 9587129.

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

Color convert

RGB 185 73 146 -
CMYK 0 0.61 0.21 0.27
HSL 320.89º 0.44% 0.51% -
HSV(B) 320.89º 0.61% 0.73% -
XYZ 27.58 17.15 29.05 -
YUV 114.81 145.61 178.06 -
System Red Green Blue C M Y K H S L
Decimal 185 73 146 0 0.61 0.21 0.27 320.89 0.44 0.51
Hex B9 49 92 0 3D 15 1B 141 2C 33
Octal 271 111 222 0 75 25 33 501 54 63
Binary 10111001 1001001 10010010 0 111101 10101 11011 101000001 101100 110011

Color Harmonies of #B94992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94992

Black with #B94992

Text Example


Text Example

White with #B94992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94992; }

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

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

background-color css

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

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

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

border-color css

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

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

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