Html Css Color HEX #B9529D Mulberry

📋 copy color: '#B9529D'

red 185 ◦ green 82 ◦ blue 157

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

Shades of Mulberry #B9529D

Tints of Mulberry #B9529D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.03%

R = 43.63%
G = 19.34%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9529D (or 0xB9529D) is known color: Mulberry. HEX triplet: B9, 52 and 9D. RGB value is (185,82,157). Sum of RGB (Red+Green+Blue) = 185+82+157=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B9529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9529D is #46AD62. Grayscale: #797979. Windows color (decimal): -4631907 or 10310329. OLE color: 10310329.

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

Color convert

RGB 185 82 157 -
CMYK 0 0.56 0.15 0.27
HSL 316.31º 0.42% 0.52% -
HSV(B) 316.31º 0.56% 0.73% -
XYZ 29.11 18.78 33.99 -
YUV 121.35 148.12 173.4 -
System Red Green Blue C M Y K H S L
Decimal 185 82 157 0 0.56 0.15 0.27 316.31 0.42 0.52
Hex B9 52 9D 0 38 F 1B 13C 2A 34
Octal 271 122 235 0 70 17 33 474 52 64
Binary 10111001 1010010 10011101 0 111000 1111 11011 100111100 101010 110100

Color Harmonies of #B9529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9529D

Black with #B9529D

Text Example


Text Example

White with #B9529D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9529D; }

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

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

background-color css

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

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

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

border-color css

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

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

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