Html Css Color HEX #B95197 Mulberry

📋 copy color: '#B95197'

red 185 ◦ green 81 ◦ blue 151

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

Shades of Mulberry #B95197

Tints of Mulberry #B95197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 36.21%

R = 44.36%
G = 19.42%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B95197 (or 0xB95197) is known color: Mulberry. HEX triplet: B9, 51 and 97. RGB value is (185,81,151). Sum of RGB (Red+Green+Blue) = 185+81+151=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B95197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95197 is #46AE68. Grayscale: #777777. Windows color (decimal): -4632169 or 9916857. OLE color: 9916857.

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

Color convert

RGB 185 81 151 -
CMYK 0 0.56 0.18 0.27
HSL 319.62º 0.43% 0.52% -
HSV(B) 319.62º 0.56% 0.73% -
XYZ 28.54 18.43 31.33 -
YUV 120.08 145.46 174.31 -
System Red Green Blue C M Y K H S L
Decimal 185 81 151 0 0.56 0.18 0.27 319.62 0.43 0.52
Hex B9 51 97 0 38 12 1B 140 2B 34
Octal 271 121 227 0 70 22 33 500 53 64
Binary 10111001 1010001 10010111 0 111000 10010 11011 101000000 101011 110100

Color Harmonies of #B95197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95197

Black with #B95197

Text Example


Text Example

White with #B95197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95197; }

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

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

background-color css

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

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

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

border-color css

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

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

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