Html Css Color HEX #B94889 Mulberry

📋 copy color: '#B94889'

red 185 ◦ green 72 ◦ blue 137

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

Shades of Mulberry #B94889

Tints of Mulberry #B94889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.77%

R = 46.95%
G = 18.27%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B94889 (or 0xB94889) is known color: Mulberry. HEX triplet: B9, 48 and 89. RGB value is (185,72,137). Sum of RGB (Red+Green+Blue) = 185+72+137=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B94889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94889 is #46B776. Grayscale: #717171. Windows color (decimal): -4634487 or 8997049. OLE color: 8997049.

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

Color convert

RGB 185 72 137 -
CMYK 0 0.61 0.26 0.27
HSL 325.49º 0.45% 0.5% -
HSV(B) 325.49º 0.61% 0.73% -
XYZ 26.84 16.76 25.49 -
YUV 113.2 141.44 179.21 -
System Red Green Blue C M Y K H S L
Decimal 185 72 137 0 0.61 0.26 0.27 325.49 0.45 0.5
Hex B9 48 89 0 3D 1A 1B 145 2D 32
Octal 271 110 211 0 75 32 33 505 55 62
Binary 10111001 1001000 10001001 0 111101 11010 11011 101000101 101101 110010

Color Harmonies of #B94889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94889

Black with #B94889

Text Example


Text Example

White with #B94889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94889; }

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

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

background-color css

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

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

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

border-color css

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

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

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