Html Css Color HEX #B94599 Mulberry

📋 copy color: '#B94599'

red 185 ◦ green 69 ◦ blue 153

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

Shades of Mulberry #B94599

Tints of Mulberry #B94599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.95%

 BLUE value IS 153 (60.16% from 255) = 37.59%

R = 45.45%
G = 16.95%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B94599 (or 0xB94599) is known color: Mulberry. HEX triplet: B9, 45 and 99. RGB value is (185,69,153). Sum of RGB (Red+Green+Blue) = 185+69+153=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 69 (27.34% from 255 or 16.95% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B94599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94599 is #46BA66. Grayscale: #717171. Windows color (decimal): -4635239 or 10044857. OLE color: 10044857.

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

Color convert

RGB 185 69 153 -
CMYK 0 0.63 0.17 0.27
HSL 316.55º 0.46% 0.5% -
HSV(B) 316.55º 0.63% 0.73% -
XYZ 27.89 16.87 31.92 -
YUV 113.26 150.43 179.17 -
System Red Green Blue C M Y K H S L
Decimal 185 69 153 0 0.63 0.17 0.27 316.55 0.46 0.5
Hex B9 45 99 0 3F 11 1B 13D 2E 32
Octal 271 105 231 0 77 21 33 475 56 62
Binary 10111001 1000101 10011001 0 111111 10001 11011 100111101 101110 110010

Color Harmonies of #B94599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94599

Black with #B94599

Text Example


Text Example

White with #B94599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94599; }

 p { color: rgb(185,69,153); }

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

background-color css

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

 a { background-color: rgb(185,69,153); }

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

border-color css

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

 span { border-color: rgb(185,69,153); }

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