Html Css Color HEX #B9559A Mulberry

📋 copy color: '#B9559A'

red 185 ◦ green 85 ◦ blue 154

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

Shades of Mulberry #B9559A

Tints of Mulberry #B9559A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.32%

R = 43.63%
G = 20.05%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B9559A (or 0xB9559A) is known color: Mulberry. HEX triplet: B9, 55 and 9A. RGB value is (185,85,154). Sum of RGB (Red+Green+Blue) = 185+85+154=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B9559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9559A is #46AA65. Grayscale: #7A7A7A. Windows color (decimal): -4631142 or 10114489. OLE color: 10114489.

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

Color convert

RGB 185 85 154 -
CMYK 0 0.54 0.17 0.27
HSL 318.6º 0.42% 0.53% -
HSV(B) 318.6º 0.54% 0.73% -
XYZ 29.09 19.14 32.73 -
YUV 122.77 145.63 172.39 -
System Red Green Blue C M Y K H S L
Decimal 185 85 154 0 0.54 0.17 0.27 318.6 0.42 0.53
Hex B9 55 9A 0 36 11 1B 13F 2A 35
Octal 271 125 232 0 66 21 33 477 52 65
Binary 10111001 1010101 10011010 0 110110 10001 11011 100111111 101010 110101

Color Harmonies of #B9559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9559A

Black with #B9559A

Text Example


Text Example

White with #B9559A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9559A; }

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

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

background-color css

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

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

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

border-color css

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

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

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