Html Css Color HEX #B9589B Mulberry

📋 copy color: '#B9589B'

red 185 ◦ green 88 ◦ blue 155

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

Shades of Mulberry #B9589B

Tints of Mulberry #B9589B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.56%

 BLUE value IS 155 (60.94% from 255) = 36.21%

R = 43.22%
G = 20.56%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9589B (or 0xB9589B) is known color: Mulberry. HEX triplet: B9, 58 and 9B. RGB value is (185,88,155). Sum of RGB (Red+Green+Blue) = 185+88+155=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B9589B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9589B is #46A764. Grayscale: #7C7C7C. Windows color (decimal): -4630373 or 10180793. OLE color: 10180793.

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

Color convert

RGB 185 88 155 -
CMYK 0 0.52 0.16 0.27
HSL 318.56º 0.41% 0.54% -
HSV(B) 318.56º 0.52% 0.73% -
XYZ 29.41 19.66 33.25 -
YUV 124.64 145.14 171.05 -
System Red Green Blue C M Y K H S L
Decimal 185 88 155 0 0.52 0.16 0.27 318.56 0.41 0.54
Hex B9 58 9B 0 34 10 1B 13F 29 36
Octal 271 130 233 0 64 20 33 477 51 66
Binary 10111001 1011000 10011011 0 110100 10000 11011 100111111 101001 110110

Color Harmonies of #B9589B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9589B

Black with #B9589B

Text Example


Text Example

White with #B9589B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9589B; }

 p { color: rgb(185,88,155); }

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

background-color css

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

 a { background-color: rgb(185,88,155); }

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

border-color css

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

 span { border-color: rgb(185,88,155); }

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