Html Css Color HEX #B94890 Mulberry

📋 copy color: '#B94890'

red 185 ◦ green 72 ◦ blue 144

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

Shades of Mulberry #B94890

Tints of Mulberry #B94890

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.96%

 BLUE value IS 144 (56.64% from 255) = 35.91%

R = 46.13%
G = 17.96%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B94890 (or 0xB94890) is known color: Mulberry. HEX triplet: B9, 48 and 90. RGB value is (185,72,144). Sum of RGB (Red+Green+Blue) = 185+72+144=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B94890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94890 is #46B76F. Grayscale: #717171. Windows color (decimal): -4634480 or 9455801. OLE color: 9455801.

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

Color convert

RGB 185 72 144 -
CMYK 0 0.61 0.22 0.27
HSL 321.77º 0.45% 0.5% -
HSV(B) 321.77º 0.61% 0.73% -
XYZ 27.36 16.96 28.22 -
YUV 114 144.94 178.65 -
System Red Green Blue C M Y K H S L
Decimal 185 72 144 0 0.61 0.22 0.27 321.77 0.45 0.5
Hex B9 48 90 0 3D 16 1B 142 2D 32
Octal 271 110 220 0 75 26 33 502 55 62
Binary 10111001 1001000 10010000 0 111101 10110 11011 101000010 101101 110010

Color Harmonies of #B94890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94890

Black with #B94890

Text Example


Text Example

White with #B94890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94890; }

 p { color: rgb(185,72,144); }

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

background-color css

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

 a { background-color: rgb(185,72,144); }

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

border-color css

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

 span { border-color: rgb(185,72,144); }

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