Html Css Color HEX #B9529F Mulberry

📋 copy color: '#B9529F'

red 185 ◦ green 82 ◦ blue 159

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

Shades of Mulberry #B9529F

Tints of Mulberry #B9529F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.25%

 BLUE value IS 159 (62.5% from 255) = 37.32%

R = 43.43%
G = 19.25%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B9529F (or 0xB9529F) is known color: Mulberry. HEX triplet: B9, 52 and 9F. RGB value is (185,82,159). Sum of RGB (Red+Green+Blue) = 185+82+159=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B9529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9529F is #46AD60. Grayscale: #797979. Windows color (decimal): -4631905 or 10441401. OLE color: 10441401.

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

Color convert

RGB 185 82 159 -
CMYK 0 0.56 0.14 0.27
HSL 315.15º 0.42% 0.52% -
HSV(B) 315.15º 0.56% 0.73% -
XYZ 29.28 18.85 34.9 -
YUV 121.58 149.12 173.24 -
System Red Green Blue C M Y K H S L
Decimal 185 82 159 0 0.56 0.14 0.27 315.15 0.42 0.52
Hex B9 52 9F 0 38 E 1B 13B 2A 34
Octal 271 122 237 0 70 16 33 473 52 64
Binary 10111001 1010010 10011111 0 111000 1110 11011 100111011 101010 110100

Color Harmonies of #B9529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9529F

Black with #B9529F

Text Example


Text Example

White with #B9529F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9529F; }

 p { color: rgb(185,82,159); }

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

background-color css

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

 a { background-color: rgb(185,82,159); }

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

border-color css

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

 span { border-color: rgb(185,82,159); }

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