Html Css Color HEX #B9588E Mulberry

📋 copy color: '#B9588E'

red 185 ◦ green 88 ◦ blue 142

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

Shades of Mulberry #B9588E

Tints of Mulberry #B9588E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.22%

R = 44.58%
G = 21.2%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9588E (or 0xB9588E) is known color: Mulberry. HEX triplet: B9, 58 and 8E. RGB value is (185,88,142). Sum of RGB (Red+Green+Blue) = 185+88+142=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B9588E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9588E is #46A771. Grayscale: #7B7B7B. Windows color (decimal): -4630386 or 9328825. OLE color: 9328825.

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

Color convert

RGB 185 88 142 -
CMYK 0 0.52 0.23 0.27
HSL 326.6º 0.41% 0.54% -
HSV(B) 326.6º 0.52% 0.73% -
XYZ 28.38 19.25 27.81 -
YUV 123.16 138.64 172.11 -
System Red Green Blue C M Y K H S L
Decimal 185 88 142 0 0.52 0.23 0.27 326.6 0.41 0.54
Hex B9 58 8E 0 34 17 1B 147 29 36
Octal 271 130 216 0 64 27 33 507 51 66
Binary 10111001 1011000 10001110 0 110100 10111 11011 101000111 101001 110110

Color Harmonies of #B9588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9588E

Black with #B9588E

Text Example


Text Example

White with #B9588E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9588E; }

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

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

background-color css

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

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

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

border-color css

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

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

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