Html Css Color HEX #B9559D Mulberry

📋 copy color: '#B9559D'

red 185 ◦ green 85 ◦ blue 157

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

Shades of Mulberry #B9559D

Tints of Mulberry #B9559D

RGB

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

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

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

R = 43.33%
G = 19.91%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9559D (or 0xB9559D) is known color: Mulberry. HEX triplet: B9, 55 and 9D. RGB value is (185,85,157). Sum of RGB (Red+Green+Blue) = 185+85+157=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B9559D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9559D is #46AA62. Grayscale: #7A7A7A. Windows color (decimal): -4631139 or 10311097. OLE color: 10311097.

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

Color convert

RGB 185 85 157 -
CMYK 0 0.54 0.15 0.27
HSL 316.8º 0.42% 0.53% -
HSV(B) 316.8º 0.54% 0.73% -
XYZ 29.34 19.25 34.07 -
YUV 123.11 147.13 172.15 -
System Red Green Blue C M Y K H S L
Decimal 185 85 157 0 0.54 0.15 0.27 316.8 0.42 0.53
Hex B9 55 9D 0 36 F 1B 13D 2A 35
Octal 271 125 235 0 66 17 33 475 52 65
Binary 10111001 1010101 10011101 0 110110 1111 11011 100111101 101010 110101

Color Harmonies of #B9559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9559D

Black with #B9559D

Text Example


Text Example

White with #B9559D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9559D; }

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

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

background-color css

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

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

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

border-color css

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

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

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