Html Css Color HEX #B96299 Mulberry

📋 copy color: '#B96299'

red 185 ◦ green 98 ◦ blue 153

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

Shades of Mulberry #B96299

Tints of Mulberry #B96299

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.48%

 BLUE value IS 153 (60.16% from 255) = 35.09%

R = 42.43%
G = 22.48%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B96299 (or 0xB96299) is known color: Mulberry. HEX triplet: B9, 62 and 99. RGB value is (185,98,153). Sum of RGB (Red+Green+Blue) = 185+98+153=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 185 - color contains mainly: red. Hex color #B96299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96299 is #469D66. Grayscale: #828282. Windows color (decimal): -4627815 or 10052281. OLE color: 10052281.

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

Color convert

RGB 185 98 153 -
CMYK 0 0.47 0.17 0.27
HSL 322.07º 0.38% 0.55% -
HSV(B) 322.07º 0.47% 0.73% -
XYZ 30.13 21.35 32.67 -
YUV 130.28 140.82 167.03 -
System Red Green Blue C M Y K H S L
Decimal 185 98 153 0 0.47 0.17 0.27 322.07 0.38 0.55
Hex B9 62 99 0 2F 11 1B 142 26 37
Octal 271 142 231 0 57 21 33 502 46 67
Binary 10111001 1100010 10011001 0 101111 10001 11011 101000010 100110 110111

Color Harmonies of #B96299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96299

Black with #B96299

Text Example


Text Example

White with #B96299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96299; }

 p { color: rgb(185,98,153); }

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

background-color css

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

 a { background-color: rgb(185,98,153); }

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

border-color css

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

 span { border-color: rgb(185,98,153); }

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