Html Css Color HEX #B8548C Mulberry

📋 copy color: '#B8548C'

red 184 ◦ green 84 ◦ blue 140

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

Shades of Mulberry #B8548C

Tints of Mulberry #B8548C

RGB

 RED value IS 184 (72.27% from 255) = 45.1%

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

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

R = 45.1%
G = 20.59%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B8548C (or 0xB8548C) is known color: Mulberry. HEX triplet: B8, 54 and 8C. RGB value is (184,84,140). Sum of RGB (Red+Green+Blue) = 184+84+140=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B8548C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8548C is #47AB73. Grayscale: #787878. Windows color (decimal): -4696948 or 9196728. OLE color: 9196728.

HSL color Cylindrical-coordinate representation of color #B8548C: hue angle of 326.4º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B8548C is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 84 140 -
CMYK 0 0.54 0.24 0.28
HSL 326.4º 0.41% 0.53% -
HSV(B) 326.4º 0.54% 0.72% -
XYZ 27.67 18.42 26.91 -
YUV 120.28 139.13 173.45 -
System Red Green Blue C M Y K H S L
Decimal 184 84 140 0 0.54 0.24 0.28 326.4 0.41 0.53
Hex B8 54 8C 0 36 18 1C 146 29 35
Octal 270 124 214 0 66 30 34 506 51 65
Binary 10111000 1010100 10001100 0 110110 11000 11100 101000110 101001 110101

Color Harmonies of #B8548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8548C

Black with #B8548C

Text Example


Text Example

White with #B8548C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8548C; }

 p { color: rgb(184,84,140); }

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

background-color css

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

 a { background-color: rgb(184,84,140); }

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

border-color css

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

 span { border-color: rgb(184,84,140); }

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