Html Css Color HEX #B95D99 Mulberry

📋 copy color: '#B95D99'

red 185 ◦ green 93 ◦ blue 153

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

Shades of Mulberry #B95D99

Tints of Mulberry #B95D99

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.58%

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

R = 42.92%
G = 21.58%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B95D99 (or 0xB95D99) is known color: Mulberry. HEX triplet: B9, 5D and 99. RGB value is (185,93,153). Sum of RGB (Red+Green+Blue) = 185+93+153=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95D99 is #46A266. Grayscale: #7F7F7F. Windows color (decimal): -4629095 or 10051001. OLE color: 10051001.

HSL color Cylindrical-coordinate representation of color #B95D99: hue angle of 320.87º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95D99 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 93 153 -
CMYK 0 0.50 0.17 0.27
HSL 320.87º 0.4% 0.55% -
HSV(B) 320.87º 0.5% 0.73% -
XYZ 29.67 20.44 32.52 -
YUV 127.35 142.48 169.12 -
System Red Green Blue C M Y K H S L
Decimal 185 93 153 0 0.50 0.17 0.27 320.87 0.4 0.55
Hex B9 5D 99 0 32 11 1B 141 28 37
Octal 271 135 231 0 62 21 33 501 50 67
Binary 10111001 1011101 10011001 0 110010 10001 11011 101000001 101000 110111

Color Harmonies of #B95D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95D99

Black with #B95D99

Text Example


Text Example

White with #B95D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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