Html Css Color HEX #B9559E Mulberry

📋 copy color: '#B9559E'

red 185 ◦ green 85 ◦ blue 158

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

Shades of Mulberry #B9559E

Tints of Mulberry #B9559E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.92%

R = 43.22%
G = 19.86%
B = 36.92%

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

#B9559E (or 0xB9559E) is known color: Mulberry. HEX triplet: B9, 55 and 9E. RGB value is (185,85,158). Sum of RGB (Red+Green+Blue) = 185+85+158=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B9559E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9559E is #46AA61. Grayscale: #7B7B7B. Windows color (decimal): -4631138 or 10376633. OLE color: 10376633.

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

Color convert

RGB 185 85 158 -
CMYK 0 0.54 0.15 0.27
HSL 316.2º 0.42% 0.53% -
HSV(B) 316.2º 0.54% 0.73% -
XYZ 29.43 19.28 34.52 -
YUV 123.22 147.63 172.06 -
System Red Green Blue C M Y K H S L
Decimal 185 85 158 0 0.54 0.15 0.27 316.2 0.42 0.53
Hex B9 55 9E 0 36 F 1B 13C 2A 35
Octal 271 125 236 0 66 17 33 474 52 65
Binary 10111001 1010101 10011110 0 110110 1111 11011 100111100 101010 110101

Color Harmonies of #B9559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9559E

Black with #B9559E

Text Example


Text Example

White with #B9559E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9559E; }

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

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

background-color css

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

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

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

border-color css

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

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

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