Html Css Color HEX #B95195 Mulberry

📋 copy color: '#B95195'

red 185 ◦ green 81 ◦ blue 149

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

Shades of Mulberry #B95195

Tints of Mulberry #B95195

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.52%

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

R = 44.58%
G = 19.52%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B95195 (or 0xB95195) is known color: Mulberry. HEX triplet: B9, 51 and 95. RGB value is (185,81,149). Sum of RGB (Red+Green+Blue) = 185+81+149=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B95195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95195 is #46AE6A. Grayscale: #777777. Windows color (decimal): -4632171 or 9785785. OLE color: 9785785.

HSL color Cylindrical-coordinate representation of color #B95195: hue angle of 320.77º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B95195 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 81 149 -
CMYK 0 0.56 0.19 0.27
HSL 320.77º 0.43% 0.52% -
HSV(B) 320.77º 0.56% 0.73% -
XYZ 28.37 18.37 30.48 -
YUV 119.85 144.46 174.47 -
System Red Green Blue C M Y K H S L
Decimal 185 81 149 0 0.56 0.19 0.27 320.77 0.43 0.52
Hex B9 51 95 0 38 13 1B 141 2B 34
Octal 271 121 225 0 70 23 33 501 53 64
Binary 10111001 1010001 10010101 0 111000 10011 11011 101000001 101011 110100

Color Harmonies of #B95195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95195

Black with #B95195

Text Example


Text Example

White with #B95195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95195; }

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

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

background-color css

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

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

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

border-color css

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

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

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