Html Css Color HEX #B9598B Mulberry

📋 copy color: '#B9598B'

red 185 ◦ green 89 ◦ blue 139

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

Shades of Mulberry #B9598B

Tints of Mulberry #B9598B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.55%

 BLUE value IS 139 (54.69% from 255) = 33.66%

R = 44.79%
G = 21.55%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9598B (or 0xB9598B) is known color: Mulberry. HEX triplet: B9, 59 and 8B. RGB value is (185,89,139). Sum of RGB (Red+Green+Blue) = 185+89+139=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B9598B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9598B is #46A674. Grayscale: #7B7B7B. Windows color (decimal): -4630133 or 9132473. OLE color: 9132473.

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

Color convert

RGB 185 89 139 -
CMYK 0 0.52 0.25 0.27
HSL 328.75º 0.41% 0.54% -
HSV(B) 328.75º 0.52% 0.73% -
XYZ 28.24 19.32 26.67 -
YUV 123.4 136.8 171.93 -
System Red Green Blue C M Y K H S L
Decimal 185 89 139 0 0.52 0.25 0.27 328.75 0.41 0.54
Hex B9 59 8B 0 34 19 1B 149 29 36
Octal 271 131 213 0 64 31 33 511 51 66
Binary 10111001 1011001 10001011 0 110100 11001 11011 101001001 101001 110110

Color Harmonies of #B9598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9598B

Black with #B9598B

Text Example


Text Example

White with #B9598B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9598B; }

 p { color: rgb(185,89,139); }

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

background-color css

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

 a { background-color: rgb(185,89,139); }

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

border-color css

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

 span { border-color: rgb(185,89,139); }

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