Html Css Color HEX #B9519B Mulberry

📋 copy color: '#B9519B'

red 185 ◦ green 81 ◦ blue 155

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

Shades of Mulberry #B9519B

Tints of Mulberry #B9519B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.24%

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

R = 43.94%
G = 19.24%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9519B (or 0xB9519B) is known color: Mulberry. HEX triplet: B9, 51 and 9B. RGB value is (185,81,155). Sum of RGB (Red+Green+Blue) = 185+81+155=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B9519B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9519B is #46AE64. Grayscale: #787878. Windows color (decimal): -4632165 or 10179001. OLE color: 10179001.

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

Color convert

RGB 185 81 155 -
CMYK 0 0.56 0.16 0.27
HSL 317.31º 0.43% 0.52% -
HSV(B) 317.31º 0.56% 0.73% -
XYZ 28.87 18.57 33.07 -
YUV 120.53 147.46 173.98 -
System Red Green Blue C M Y K H S L
Decimal 185 81 155 0 0.56 0.16 0.27 317.31 0.43 0.52
Hex B9 51 9B 0 38 10 1B 13D 2B 34
Octal 271 121 233 0 70 20 33 475 53 64
Binary 10111001 1010001 10011011 0 111000 10000 11011 100111101 101011 110100

Color Harmonies of #B9519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9519B

Black with #B9519B

Text Example


Text Example

White with #B9519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9519B; }

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

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

background-color css

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

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

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

border-color css

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

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

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