Html Css Color HEX #B9559B Mulberry

📋 copy color: '#B9559B'

red 185 ◦ green 85 ◦ blue 155

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

Shades of Mulberry #B9559B

Tints of Mulberry #B9559B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20%

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

R = 43.53%
G = 20%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9559B (or 0xB9559B) is known color: Mulberry. HEX triplet: B9, 55 and 9B. RGB value is (185,85,155). Sum of RGB (Red+Green+Blue) = 185+85+155=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9559B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9559B is #46AA64. Grayscale: #7A7A7A. Windows color (decimal): -4631141 or 10180025. OLE color: 10180025.

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

Color convert

RGB 185 85 155 -
CMYK 0 0.54 0.16 0.27
HSL 318º 0.42% 0.53% -
HSV(B) 318º 0.54% 0.73% -
XYZ 29.17 19.18 33.17 -
YUV 122.88 146.13 172.31 -
System Red Green Blue C M Y K H S L
Decimal 185 85 155 0 0.54 0.16 0.27 318 0.42 0.53
Hex B9 55 9B 0 36 10 1B 13E 2A 35
Octal 271 125 233 0 66 20 33 476 52 65
Binary 10111001 1010101 10011011 0 110110 10000 11011 100111110 101010 110101

Color Harmonies of #B9559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9559B

Black with #B9559B

Text Example


Text Example

White with #B9559B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9559B; }

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

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

background-color css

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

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

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

border-color css

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

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

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