Html Css Color HEX #B9548B Mulberry

📋 copy color: '#B9548B'

red 185 ◦ green 84 ◦ blue 139

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

Shades of Mulberry #B9548B

Tints of Mulberry #B9548B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.59%

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

R = 45.34%
G = 20.59%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9548B (or 0xB9548B) is known color: Mulberry. HEX triplet: B9, 54 and 8B. RGB value is (185,84,139). Sum of RGB (Red+Green+Blue) = 185+84+139=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 185 - color contains mainly: red. Hex color #B9548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9548B is #46AB74. Grayscale: #787878. Windows color (decimal): -4631413 or 9131193. OLE color: 9131193.

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

Color convert

RGB 185 84 139 -
CMYK 0 0.55 0.25 0.27
HSL 327.33º 0.42% 0.53% -
HSV(B) 327.33º 0.55% 0.73% -
XYZ 27.84 18.52 26.53 -
YUV 120.47 138.46 174.03 -
System Red Green Blue C M Y K H S L
Decimal 185 84 139 0 0.55 0.25 0.27 327.33 0.42 0.53
Hex B9 54 8B 0 37 19 1B 147 2A 35
Octal 271 124 213 0 67 31 33 507 52 65
Binary 10111001 1010100 10001011 0 110111 11001 11011 101000111 101010 110101

Color Harmonies of #B9548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9548B

Black with #B9548B

Text Example


Text Example

White with #B9548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9548B; }

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

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

background-color css

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

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

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

border-color css

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

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

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