Html Css Color HEX #B9479C Mulberry

📋 copy color: '#B9479C'

red 185 ◦ green 71 ◦ blue 156

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

Shades of Mulberry #B9479C

Tints of Mulberry #B9479C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.86%

R = 44.9%
G = 17.23%
B = 37.86%

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

#B9479C (or 0xB9479C) is known color: Mulberry. HEX triplet: B9, 47 and 9C. RGB value is (185,71,156). Sum of RGB (Red+Green+Blue) = 185+71+156=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B9479C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9479C is #46B863. Grayscale: #727272. Windows color (decimal): -4634724 or 10241977. OLE color: 10241977.

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

Color convert

RGB 185 71 156 -
CMYK 0 0.62 0.16 0.27
HSL 315.26º 0.45% 0.5% -
HSV(B) 315.26º 0.62% 0.73% -
XYZ 28.26 17.22 33.29 -
YUV 114.78 151.27 178.09 -
System Red Green Blue C M Y K H S L
Decimal 185 71 156 0 0.62 0.16 0.27 315.26 0.45 0.5
Hex B9 47 9C 0 3E 10 1B 13B 2D 32
Octal 271 107 234 0 76 20 33 473 55 62
Binary 10111001 1000111 10011100 0 111110 10000 11011 100111011 101101 110010

Color Harmonies of #B9479C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9479C

Black with #B9479C

Text Example


Text Example

White with #B9479C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9479C; }

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

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

background-color css

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

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

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

border-color css

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

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

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