Html Css Color HEX #B94997 Mulberry

📋 copy color: '#B94997'

red 185 ◦ green 73 ◦ blue 151

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

Shades of Mulberry #B94997

Tints of Mulberry #B94997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.92%

R = 45.23%
G = 17.85%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B94997 (or 0xB94997) is known color: Mulberry. HEX triplet: B9, 49 and 97. RGB value is (185,73,151). Sum of RGB (Red+Green+Blue) = 185+73+151=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B94997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94997 is #46B668. Grayscale: #737373. Windows color (decimal): -4634217 or 9914809. OLE color: 9914809.

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

Color convert

RGB 185 73 151 -
CMYK 0 0.61 0.18 0.27
HSL 318.21º 0.44% 0.51% -
HSV(B) 318.21º 0.61% 0.73% -
XYZ 27.98 17.31 31.15 -
YUV 115.38 148.11 177.66 -
System Red Green Blue C M Y K H S L
Decimal 185 73 151 0 0.61 0.18 0.27 318.21 0.44 0.51
Hex B9 49 97 0 3D 12 1B 13E 2C 33
Octal 271 111 227 0 75 22 33 476 54 63
Binary 10111001 1001001 10010111 0 111101 10010 11011 100111110 101100 110011

Color Harmonies of #B94997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94997

Black with #B94997

Text Example


Text Example

White with #B94997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94997; }

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

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

background-color css

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

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

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

border-color css

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

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

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