Html Css Color HEX #B9499D Mulberry

📋 copy color: '#B9499D'

red 185 ◦ green 73 ◦ blue 157

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

Shades of Mulberry #B9499D

Tints of Mulberry #B9499D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.83%

R = 44.58%
G = 17.59%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9499D (or 0xB9499D) is known color: Mulberry. HEX triplet: B9, 49 and 9D. RGB value is (185,73,157). Sum of RGB (Red+Green+Blue) = 185+73+157=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B9499D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9499D is #46B662. Grayscale: #737373. Windows color (decimal): -4634211 or 10308025. OLE color: 10308025.

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

Color convert

RGB 185 73 157 -
CMYK 0 0.61 0.15 0.27
HSL 315º 0.44% 0.51% -
HSV(B) 315º 0.61% 0.73% -
XYZ 28.48 17.51 33.78 -
YUV 116.06 151.11 177.17 -
System Red Green Blue C M Y K H S L
Decimal 185 73 157 0 0.61 0.15 0.27 315 0.44 0.51
Hex B9 49 9D 0 3D F 1B 13B 2C 33
Octal 271 111 235 0 75 17 33 473 54 63
Binary 10111001 1001001 10011101 0 111101 1111 11011 100111011 101100 110011

Color Harmonies of #B9499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9499D

Black with #B9499D

Text Example


Text Example

White with #B9499D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9499D; }

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

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

background-color css

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

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

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

border-color css

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

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

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