Html Css Color HEX #B95397 Mulberry

📋 copy color: '#B95397'

red 185 ◦ green 83 ◦ blue 151

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

Shades of Mulberry #B95397

Tints of Mulberry #B95397

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.81%

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

R = 44.15%
G = 19.81%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B95397 (or 0xB95397) is known color: Mulberry. HEX triplet: B9, 53 and 97. RGB value is (185,83,151). Sum of RGB (Red+Green+Blue) = 185+83+151=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 151 (59.38% from 255 or 36.04% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B95397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95397 is #46AC68. Grayscale: #797979. Windows color (decimal): -4631657 or 9917369. OLE color: 9917369.

HSL color Cylindrical-coordinate representation of color #B95397: hue angle of 320º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B95397 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 83 151 -
CMYK 0 0.55 0.18 0.27
HSL 320º 0.42% 0.53% -
HSV(B) 320º 0.55% 0.73% -
XYZ 28.69 18.74 31.38 -
YUV 121.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 185 83 151 0 0.55 0.18 0.27 320 0.42 0.53
Hex B9 53 97 0 37 12 1B 140 2A 35
Octal 271 123 227 0 67 22 33 500 52 65
Binary 10111001 1010011 10010111 0 110111 10010 11011 101000000 101010 110101

Color Harmonies of #B95397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95397

Black with #B95397

Text Example


Text Example

White with #B95397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95397; }

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

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

background-color css

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

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

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

border-color css

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

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

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