Html Css Color HEX #B9479B Mulberry

📋 copy color: '#B9479B'

red 185 ◦ green 71 ◦ blue 155

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

Shades of Mulberry #B9479B

Tints of Mulberry #B9479B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.27%

 BLUE value IS 155 (60.94% from 255) = 37.71%

R = 45.01%
G = 17.27%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9479B (or 0xB9479B) is known color: Mulberry. HEX triplet: B9, 47 and 9B. RGB value is (185,71,155). Sum of RGB (Red+Green+Blue) = 185+71+155=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B9479B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9479B is #46B864. Grayscale: #727272. Windows color (decimal): -4634725 or 10176441. OLE color: 10176441.

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

Color convert

RGB 185 71 155 -
CMYK 0 0.62 0.16 0.27
HSL 315.79º 0.45% 0.5% -
HSV(B) 315.79º 0.62% 0.73% -
XYZ 28.18 17.19 32.84 -
YUV 114.66 150.77 178.17 -
System Red Green Blue C M Y K H S L
Decimal 185 71 155 0 0.62 0.16 0.27 315.79 0.45 0.5
Hex B9 47 9B 0 3E 10 1B 13C 2D 32
Octal 271 107 233 0 76 20 33 474 55 62
Binary 10111001 1000111 10011011 0 111110 10000 11011 100111100 101101 110010

Color Harmonies of #B9479B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9479B

Black with #B9479B

Text Example


Text Example

White with #B9479B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9479B; }

 p { color: rgb(185,71,155); }

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

background-color css

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

 a { background-color: rgb(185,71,155); }

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

border-color css

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

 span { border-color: rgb(185,71,155); }

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