Html Css Color HEX #B96097 Mulberry

📋 copy color: '#B96097'

red 185 ◦ green 96 ◦ blue 151

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

Shades of Mulberry #B96097

Tints of Mulberry #B96097

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.22%

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

R = 42.82%
G = 22.22%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B96097 (or 0xB96097) is known color: Mulberry. HEX triplet: B9, 60 and 97. RGB value is (185,96,151). Sum of RGB (Red+Green+Blue) = 185+96+151=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B96097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96097 is #469F68. Grayscale: #808080. Windows color (decimal): -4628329 or 9920697. OLE color: 9920697.

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

Color convert

RGB 185 96 151 -
CMYK 0 0.48 0.18 0.27
HSL 322.92º 0.39% 0.55% -
HSV(B) 322.92º 0.48% 0.73% -
XYZ 29.78 20.91 31.75 -
YUV 128.88 140.49 168.03 -
System Red Green Blue C M Y K H S L
Decimal 185 96 151 0 0.48 0.18 0.27 322.92 0.39 0.55
Hex B9 60 97 0 30 12 1B 143 27 37
Octal 271 140 227 0 60 22 33 503 47 67
Binary 10111001 1100000 10010111 0 110000 10010 11011 101000011 100111 110111

Color Harmonies of #B96097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96097

Black with #B96097

Text Example


Text Example

White with #B96097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96097; }

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

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

background-color css

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

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

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

border-color css

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

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

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