Html Css Color HEX #B94499 Mulberry

📋 copy color: '#B94499'

red 185 ◦ green 68 ◦ blue 153

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

Shades of Mulberry #B94499

Tints of Mulberry #B94499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.75%

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

R = 45.57%
G = 16.75%
B = 37.68%

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

#B94499 (or 0xB94499) is known color: Mulberry. HEX triplet: B9, 44 and 99. RGB value is (185,68,153). Sum of RGB (Red+Green+Blue) = 185+68+153=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B94499 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94499 is #46BB66. Grayscale: #707070. Windows color (decimal): -4635495 or 10044601. OLE color: 10044601.

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

Color convert

RGB 185 68 153 -
CMYK 0 0.63 0.17 0.27
HSL 316.41º 0.46% 0.5% -
HSV(B) 316.41º 0.63% 0.73% -
XYZ 27.82 16.75 31.9 -
YUV 112.67 150.76 179.59 -
System Red Green Blue C M Y K H S L
Decimal 185 68 153 0 0.63 0.17 0.27 316.41 0.46 0.5
Hex B9 44 99 0 3F 11 1B 13C 2E 32
Octal 271 104 231 0 77 21 33 474 56 62
Binary 10111001 1000100 10011001 0 111111 10001 11011 100111100 101110 110010

Color Harmonies of #B94499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94499

Black with #B94499

Text Example


Text Example

White with #B94499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94499; }

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

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

background-color css

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

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

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

border-color css

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

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

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