Html Css Color HEX #B95599 Mulberry

📋 copy color: '#B95599'

red 185 ◦ green 85 ◦ blue 153

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

Shades of Mulberry #B95599

Tints of Mulberry #B95599

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.09%

 BLUE value IS 153 (60.16% from 255) = 36.17%

R = 43.74%
G = 20.09%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B95599 (or 0xB95599) is known color: Mulberry. HEX triplet: B9, 55 and 99. RGB value is (185,85,153). Sum of RGB (Red+Green+Blue) = 185+85+153=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B95599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95599 is #46AA66. Grayscale: #7A7A7A. Windows color (decimal): -4631143 or 10048953. OLE color: 10048953.

HSL color Cylindrical-coordinate representation of color #B95599: hue angle of 319.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B95599 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 85 153 -
CMYK 0 0.54 0.17 0.27
HSL 319.2º 0.42% 0.53% -
HSV(B) 319.2º 0.54% 0.73% -
XYZ 29.01 19.11 32.3 -
YUV 122.65 145.13 172.47 -
System Red Green Blue C M Y K H S L
Decimal 185 85 153 0 0.54 0.17 0.27 319.2 0.42 0.53
Hex B9 55 99 0 36 11 1B 13F 2A 35
Octal 271 125 231 0 66 21 33 477 52 65
Binary 10111001 1010101 10011001 0 110110 10001 11011 100111111 101010 110101

Color Harmonies of #B95599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95599

Black with #B95599

Text Example


Text Example

White with #B95599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95599; }

 p { color: rgb(185,85,153); }

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

background-color css

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

 a { background-color: rgb(185,85,153); }

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

border-color css

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

 span { border-color: rgb(185,85,153); }

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