Html Css Color HEX #B9548A Mulberry

📋 copy color: '#B9548A'

red 185 ◦ green 84 ◦ blue 138

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

Shades of Mulberry #B9548A

Tints of Mulberry #B9548A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.91%

R = 45.45%
G = 20.64%
B = 33.91%

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

#B9548A (or 0xB9548A) is known color: Mulberry. HEX triplet: B9, 54 and 8A. RGB value is (185,84,138). Sum of RGB (Red+Green+Blue) = 185+84+138=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B9548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B9548A is #46AB75. Grayscale: #787878. Windows color (decimal): -4631414 or 9065657. OLE color: 9065657.

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

Color convert

RGB 185 84 138 -
CMYK 0 0.55 0.25 0.27
HSL 327.92º 0.42% 0.53% -
HSV(B) 327.92º 0.55% 0.73% -
XYZ 27.77 18.49 26.15 -
YUV 120.36 137.96 174.11 -
System Red Green Blue C M Y K H S L
Decimal 185 84 138 0 0.55 0.25 0.27 327.92 0.42 0.53
Hex B9 54 8A 0 37 19 1B 148 2A 35
Octal 271 124 212 0 67 31 33 510 52 65
Binary 10111001 1010100 10001010 0 110111 11001 11011 101001000 101010 110101

Color Harmonies of #B9548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9548A

Black with #B9548A

Text Example


Text Example

White with #B9548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9548A; }

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

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

background-color css

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

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

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

border-color css

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

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

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