Html Css Color HEX #B95598 Mulberry

📋 copy color: '#B95598'

red 185 ◦ green 85 ◦ blue 152

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

Shades of Mulberry #B95598

Tints of Mulberry #B95598

RGB

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

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

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

R = 43.84%
G = 20.14%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B95598 (or 0xB95598) is known color: Mulberry. HEX triplet: B9, 55 and 98. RGB value is (185,85,152). Sum of RGB (Red+Green+Blue) = 185+85+152=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B95598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95598 is #46AA67. Grayscale: #7A7A7A. Windows color (decimal): -4631144 or 9983417. OLE color: 9983417.

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

Color convert

RGB 185 85 152 -
CMYK 0 0.54 0.18 0.27
HSL 319.8º 0.42% 0.53% -
HSV(B) 319.8º 0.54% 0.73% -
XYZ 28.92 19.08 31.86 -
YUV 122.54 144.63 172.55 -
System Red Green Blue C M Y K H S L
Decimal 185 85 152 0 0.54 0.18 0.27 319.8 0.42 0.53
Hex B9 55 98 0 36 12 1B 140 2A 35
Octal 271 125 230 0 66 22 33 500 52 65
Binary 10111001 1010101 10011000 0 110110 10010 11011 101000000 101010 110101

Color Harmonies of #B95598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95598

Black with #B95598

Text Example


Text Example

White with #B95598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95598; }

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

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

background-color css

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

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

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

border-color css

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

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

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