Html Css Color HEX #B9578A Mulberry

📋 copy color: '#B9578A'

red 185 ◦ green 87 ◦ blue 138

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

Shades of Mulberry #B9578A

Tints of Mulberry #B9578A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.66%

R = 45.12%
G = 21.22%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9578A (or 0xB9578A) is known color: Mulberry. HEX triplet: B9, 57 and 8A. RGB value is (185,87,138). Sum of RGB (Red+Green+Blue) = 185+87+138=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B9578A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9578A is #46A875. Grayscale: #7A7A7A. Windows color (decimal): -4630646 or 9066425. OLE color: 9066425.

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

Color convert

RGB 185 87 138 -
CMYK 0 0.53 0.25 0.27
HSL 328.78º 0.41% 0.53% -
HSV(B) 328.78º 0.53% 0.73% -
XYZ 28 18.97 26.23 -
YUV 122.12 136.97 172.85 -
System Red Green Blue C M Y K H S L
Decimal 185 87 138 0 0.53 0.25 0.27 328.78 0.41 0.53
Hex B9 57 8A 0 35 19 1B 149 29 35
Octal 271 127 212 0 65 31 33 511 51 65
Binary 10111001 1010111 10001010 0 110101 11001 11011 101001001 101001 110101

Color Harmonies of #B9578A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9578A

Black with #B9578A

Text Example


Text Example

White with #B9578A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9578A; }

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

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

background-color css

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

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

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

border-color css

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

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

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