Html Css Color HEX #B9528C Mulberry

📋 copy color: '#B9528C'

red 185 ◦ green 82 ◦ blue 140

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

Shades of Mulberry #B9528C

Tints of Mulberry #B9528C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.4%

R = 45.45%
G = 20.15%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9528C (or 0xB9528C) is known color: Mulberry. HEX triplet: B9, 52 and 8C. RGB value is (185,82,140). Sum of RGB (Red+Green+Blue) = 185+82+140=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B9528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9528C is #46AD73. Grayscale: #777777. Windows color (decimal): -4631924 or 9196217. OLE color: 9196217.

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

Color convert

RGB 185 82 140 -
CMYK 0 0.56 0.24 0.27
HSL 326.21º 0.42% 0.52% -
HSV(B) 326.21º 0.56% 0.73% -
XYZ 27.76 18.24 26.87 -
YUV 119.41 139.62 174.78 -
System Red Green Blue C M Y K H S L
Decimal 185 82 140 0 0.56 0.24 0.27 326.21 0.42 0.52
Hex B9 52 8C 0 38 18 1B 146 2A 34
Octal 271 122 214 0 70 30 33 506 52 64
Binary 10111001 1010010 10001100 0 111000 11000 11011 101000110 101010 110100

Color Harmonies of #B9528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9528C

Black with #B9528C

Text Example


Text Example

White with #B9528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9528C; }

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

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

background-color css

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

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

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

border-color css

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

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

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