Html Css Color HEX #B9528B Mulberry

📋 copy color: '#B9528B'

red 185 ◦ green 82 ◦ blue 139

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

Shades of Mulberry #B9528B

Tints of Mulberry #B9528B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.24%

R = 45.57%
G = 20.2%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9528B (or 0xB9528B) is known color: Mulberry. HEX triplet: B9, 52 and 8B. RGB value is (185,82,139). Sum of RGB (Red+Green+Blue) = 185+82+139=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 82 (32.42% from 255 or 20.20% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B9528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9528B is #46AD74. Grayscale: #777777. Windows color (decimal): -4631925 or 9130681. OLE color: 9130681.

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

Color convert

RGB 185 82 139 -
CMYK 0 0.56 0.25 0.27
HSL 326.8º 0.42% 0.52% -
HSV(B) 326.8º 0.56% 0.73% -
XYZ 27.69 18.21 26.48 -
YUV 119.3 139.12 174.87 -
System Red Green Blue C M Y K H S L
Decimal 185 82 139 0 0.56 0.25 0.27 326.8 0.42 0.52
Hex B9 52 8B 0 38 19 1B 147 2A 34
Octal 271 122 213 0 70 31 33 507 52 64
Binary 10111001 1010010 10001011 0 111000 11001 11011 101000111 101010 110100

Color Harmonies of #B9528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9528B

Black with #B9528B

Text Example


Text Example

White with #B9528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9528B; }

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

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

background-color css

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

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

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

border-color css

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

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

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