Html Css Color HEX #B95595 Mulberry

📋 copy color: '#B95595'

red 185 ◦ green 85 ◦ blue 149

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

Shades of Mulberry #B95595

Tints of Mulberry #B95595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.56%

R = 44.15%
G = 20.29%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B95595 (or 0xB95595) is known color: Mulberry. HEX triplet: B9, 55 and 95. RGB value is (185,85,149). Sum of RGB (Red+Green+Blue) = 185+85+149=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B95595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95595 is #46AA6A. Grayscale: #7A7A7A. Windows color (decimal): -4631147 or 9786809. OLE color: 9786809.

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

Color convert

RGB 185 85 149 -
CMYK 0 0.54 0.19 0.27
HSL 321.6º 0.42% 0.53% -
HSV(B) 321.6º 0.54% 0.73% -
XYZ 28.68 18.98 30.59 -
YUV 122.2 143.13 172.8 -
System Red Green Blue C M Y K H S L
Decimal 185 85 149 0 0.54 0.19 0.27 321.6 0.42 0.53
Hex B9 55 95 0 36 13 1B 142 2A 35
Octal 271 125 225 0 66 23 33 502 52 65
Binary 10111001 1010101 10010101 0 110110 10011 11011 101000010 101010 110101

Color Harmonies of #B95595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95595

Black with #B95595

Text Example


Text Example

White with #B95595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95595; }

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

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

background-color css

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

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

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

border-color css

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

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

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