Html Css Color HEX #B95994 Mulberry

📋 copy color: '#B95994'

red 185 ◦ green 89 ◦ blue 148

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

Shades of Mulberry #B95994

Tints of Mulberry #B95994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.07%

R = 43.84%
G = 21.09%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#B95994 (or 0xB95994) is known color: Mulberry. HEX triplet: B9, 59 and 94. RGB value is (185,89,148). Sum of RGB (Red+Green+Blue) = 185+89+148=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B95994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95994 is #46A66B. Grayscale: #7C7C7C. Windows color (decimal): -4630124 or 9722297. OLE color: 9722297.

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

Color convert

RGB 185 89 148 -
CMYK 0 0.52 0.20 0.27
HSL 323.13º 0.41% 0.54% -
HSV(B) 323.13º 0.52% 0.73% -
XYZ 28.93 19.6 30.28 -
YUV 124.43 141.3 171.2 -
System Red Green Blue C M Y K H S L
Decimal 185 89 148 0 0.52 0.20 0.27 323.13 0.41 0.54
Hex B9 59 94 0 34 14 1B 143 29 36
Octal 271 131 224 0 64 24 33 503 51 66
Binary 10111001 1011001 10010100 0 110100 10100 11011 101000011 101001 110110

Color Harmonies of #B95994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95994

Black with #B95994

Text Example


Text Example

White with #B95994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95994; }

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

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

background-color css

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

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

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

border-color css

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

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

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