Html Css Color HEX #B94995 Mulberry

📋 copy color: '#B94995'

red 185 ◦ green 73 ◦ blue 149

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

Shades of Mulberry #B94995

Tints of Mulberry #B94995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.61%

R = 45.45%
G = 17.94%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B94995 (or 0xB94995) is known color: Mulberry. HEX triplet: B9, 49 and 95. RGB value is (185,73,149). Sum of RGB (Red+Green+Blue) = 185+73+149=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B94995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94995 is #46B66A. Grayscale: #727272. Windows color (decimal): -4634219 or 9783737. OLE color: 9783737.

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

Color convert

RGB 185 73 149 -
CMYK 0 0.61 0.19 0.27
HSL 319.29º 0.44% 0.51% -
HSV(B) 319.29º 0.61% 0.73% -
XYZ 27.81 17.25 30.3 -
YUV 115.15 147.11 177.82 -
System Red Green Blue C M Y K H S L
Decimal 185 73 149 0 0.61 0.19 0.27 319.29 0.44 0.51
Hex B9 49 95 0 3D 13 1B 13F 2C 33
Octal 271 111 225 0 75 23 33 477 54 63
Binary 10111001 1001001 10010101 0 111101 10011 11011 100111111 101100 110011

Color Harmonies of #B94995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94995

Black with #B94995

Text Example


Text Example

White with #B94995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94995; }

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

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

background-color css

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

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

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

border-color css

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

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

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