Html Css Color HEX #B9588A Mulberry

📋 copy color: '#B9588A'

red 185 ◦ green 88 ◦ blue 138

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

Shades of Mulberry #B9588A

Tints of Mulberry #B9588A

RGB

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

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

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

R = 45.01%
G = 21.41%
B = 33.58%

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

#B9588A (or 0xB9588A) is known color: Mulberry. HEX triplet: B9, 58 and 8A. RGB value is (185,88,138). Sum of RGB (Red+Green+Blue) = 185+88+138=411 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.01% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 185 - color contains mainly: red. Hex color #B9588A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9588A is #46A775. Grayscale: #7A7A7A. Windows color (decimal): -4630390 or 9066681. OLE color: 9066681.

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

Color convert

RGB 185 88 138 -
CMYK 0 0.52 0.25 0.27
HSL 329.07º 0.41% 0.54% -
HSV(B) 329.07º 0.52% 0.73% -
XYZ 28.08 19.13 26.26 -
YUV 122.7 136.64 172.43 -
System Red Green Blue C M Y K H S L
Decimal 185 88 138 0 0.52 0.25 0.27 329.07 0.41 0.54
Hex B9 58 8A 0 34 19 1B 149 29 36
Octal 271 130 212 0 64 31 33 511 51 66
Binary 10111001 1011000 10001010 0 110100 11001 11011 101001001 101001 110110

Color Harmonies of #B9588A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9588A

Black with #B9588A

Text Example


Text Example

White with #B9588A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9588A; }

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

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

background-color css

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

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

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

border-color css

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

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

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