Html Css Color HEX #B9558C Mulberry

📋 copy color: '#B9558C'

red 185 ◦ green 85 ◦ blue 140

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

Shades of Mulberry #B9558C

Tints of Mulberry #B9558C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.15%

R = 45.12%
G = 20.73%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9558C (or 0xB9558C) is known color: Mulberry. HEX triplet: B9, 55 and 8C. RGB value is (185,85,140). Sum of RGB (Red+Green+Blue) = 185+85+140=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B9558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9558C is #46AA73. Grayscale: #797979. Windows color (decimal): -4631156 or 9196985. OLE color: 9196985.

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

Color convert

RGB 185 85 140 -
CMYK 0 0.54 0.24 0.27
HSL 327º 0.42% 0.53% -
HSV(B) 327º 0.54% 0.73% -
XYZ 27.99 18.7 26.95 -
YUV 121.17 138.63 173.53 -
System Red Green Blue C M Y K H S L
Decimal 185 85 140 0 0.54 0.24 0.27 327 0.42 0.53
Hex B9 55 8C 0 36 18 1B 147 2A 35
Octal 271 125 214 0 66 30 33 507 52 65
Binary 10111001 1010101 10001100 0 110110 11000 11011 101000111 101010 110101

Color Harmonies of #B9558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9558C

Black with #B9558C

Text Example


Text Example

White with #B9558C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9558C; }

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

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

background-color css

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

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

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

border-color css

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

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

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