Html Css Color HEX #B96098 Mulberry

📋 copy color: '#B96098'

red 185 ◦ green 96 ◦ blue 152

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

Shades of Mulberry #B96098

Tints of Mulberry #B96098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.1%

R = 42.73%
G = 22.17%
B = 35.1%

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

#B96098 (or 0xB96098) is known color: Mulberry. HEX triplet: B9, 60 and 98. RGB value is (185,96,152). Sum of RGB (Red+Green+Blue) = 185+96+152=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B96098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96098 is #469F67. Grayscale: #808080. Windows color (decimal): -4628328 or 9986233. OLE color: 9986233.

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

Color convert

RGB 185 96 152 -
CMYK 0 0.48 0.18 0.27
HSL 322.25º 0.39% 0.55% -
HSV(B) 322.25º 0.48% 0.73% -
XYZ 29.86 20.95 32.18 -
YUV 129 140.99 167.95 -
System Red Green Blue C M Y K H S L
Decimal 185 96 152 0 0.48 0.18 0.27 322.25 0.39 0.55
Hex B9 60 98 0 30 12 1B 142 27 37
Octal 271 140 230 0 60 22 33 502 47 67
Binary 10111001 1100000 10011000 0 110000 10010 11011 101000010 100111 110111

Color Harmonies of #B96098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96098

Black with #B96098

Text Example


Text Example

White with #B96098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96098; }

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

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

background-color css

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

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

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

border-color css

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

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

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