Html Css Color HEX #B9578C Mulberry

📋 copy color: '#B9578C'

red 185 ◦ green 87 ◦ blue 140

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

Shades of Mulberry #B9578C

Tints of Mulberry #B9578C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.12%

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

R = 44.9%
G = 21.12%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9578C (or 0xB9578C) is known color: Mulberry. HEX triplet: B9, 57 and 8C. RGB value is (185,87,140). Sum of RGB (Red+Green+Blue) = 185+87+140=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 87 (34.38% from 255 or 21.12% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 185 - color contains mainly: red. Hex color #B9578C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9578C is #46A873. Grayscale: #7A7A7A. Windows color (decimal): -4630644 or 9197497. OLE color: 9197497.

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

Color convert

RGB 185 87 140 -
CMYK 0 0.53 0.24 0.27
HSL 327.55º 0.41% 0.53% -
HSV(B) 327.55º 0.53% 0.73% -
XYZ 28.15 19.02 27 -
YUV 122.34 137.97 172.69 -
System Red Green Blue C M Y K H S L
Decimal 185 87 140 0 0.53 0.24 0.27 327.55 0.41 0.53
Hex B9 57 8C 0 35 18 1B 148 29 35
Octal 271 127 214 0 65 30 33 510 51 65
Binary 10111001 1010111 10001100 0 110101 11000 11011 101001000 101001 110101

Color Harmonies of #B9578C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9578C

Black with #B9578C

Text Example


Text Example

White with #B9578C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9578C; }

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

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

background-color css

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

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

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

border-color css

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

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

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