Html Css Color HEX #B95998 Mulberry

📋 copy color: '#B95998'

red 185 ◦ green 89 ◦ blue 152

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

Shades of Mulberry #B95998

Tints of Mulberry #B95998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.68%

R = 43.43%
G = 20.89%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B95998 (or 0xB95998) is known color: Mulberry. HEX triplet: B9, 59 and 98. RGB value is (185,89,152). Sum of RGB (Red+Green+Blue) = 185+89+152=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B95998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95998 is #46A667. Grayscale: #7C7C7C. Windows color (decimal): -4630120 or 9984441. OLE color: 9984441.

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

Color convert

RGB 185 89 152 -
CMYK 0 0.52 0.18 0.27
HSL 320.63º 0.41% 0.54% -
HSV(B) 320.63º 0.52% 0.73% -
XYZ 29.25 19.73 31.97 -
YUV 124.89 143.3 170.88 -
System Red Green Blue C M Y K H S L
Decimal 185 89 152 0 0.52 0.18 0.27 320.63 0.41 0.54
Hex B9 59 98 0 34 12 1B 141 29 36
Octal 271 131 230 0 64 22 33 501 51 66
Binary 10111001 1011001 10011000 0 110100 10010 11011 101000001 101001 110110

Color Harmonies of #B95998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95998

Black with #B95998

Text Example


Text Example

White with #B95998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95998; }

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

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

background-color css

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

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

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

border-color css

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

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

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