Html Css Color HEX #B9599D Mulberry

📋 copy color: '#B9599D'

red 185 ◦ green 89 ◦ blue 157

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

Shades of Mulberry #B9599D

Tints of Mulberry #B9599D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.43%

R = 42.92%
G = 20.65%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9599D (or 0xB9599D) is known color: Mulberry. HEX triplet: B9, 59 and 9D. RGB value is (185,89,157). Sum of RGB (Red+Green+Blue) = 185+89+157=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B9599D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9599D is #46A662. Grayscale: #7D7D7D. Windows color (decimal): -4630115 or 10312121. OLE color: 10312121.

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

Color convert

RGB 185 89 157 -
CMYK 0 0.52 0.15 0.27
HSL 317.5º 0.41% 0.54% -
HSV(B) 317.5º 0.52% 0.73% -
XYZ 29.67 19.89 34.17 -
YUV 125.46 145.8 170.47 -
System Red Green Blue C M Y K H S L
Decimal 185 89 157 0 0.52 0.15 0.27 317.5 0.41 0.54
Hex B9 59 9D 0 34 F 1B 13E 29 36
Octal 271 131 235 0 64 17 33 476 51 66
Binary 10111001 1011001 10011101 0 110100 1111 11011 100111110 101001 110110

Color Harmonies of #B9599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9599D

Black with #B9599D

Text Example


Text Example

White with #B9599D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9599D; }

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

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

background-color css

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

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

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

border-color css

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

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

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