Html Css Color HEX #B44D86 Mulberry

📋 copy color: '#B44D86'

red 180 ◦ green 77 ◦ blue 134

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

Shades of Mulberry #B44D86

Tints of Mulberry #B44D86

RGB

 RED value IS 180 (70.7% from 255) = 46.04%

 GREEN value IS 77 (30.47% from 255) = 19.69%

 BLUE value IS 134 (52.73% from 255) = 34.27%

R = 46.04%
G = 19.69%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B44D86 (or 0xB44D86) is known color: Mulberry. HEX triplet: B4, 4D and 86. RGB value is (180,77,134). Sum of RGB (Red+Green+Blue) = 180+77+134=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B44D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B44D86 is #4BB279. Grayscale: #727272. Windows color (decimal): -4960890 or 8801716. OLE color: 8801716.

HSL color Cylindrical-coordinate representation of color #B44D86: hue angle of 326.8º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B44D86 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 77 134 -
CMYK 0 0.57 0.26 0.29
HSL 326.8º 0.41% 0.5% -
HSV(B) 326.8º 0.57% 0.71% -
XYZ 25.78 16.73 24.43 -
YUV 114.3 139.12 174.87 -
System Red Green Blue C M Y K H S L
Decimal 180 77 134 0 0.57 0.26 0.29 326.8 0.41 0.5
Hex B4 4D 86 0 39 1A 1D 147 29 32
Octal 264 115 206 0 71 32 35 507 51 62
Binary 10110100 1001101 10000110 0 111001 11010 11101 101000111 101001 110010

Color Harmonies of #B44D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44D86

Black with #B44D86

Text Example


Text Example

White with #B44D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44D86; }

 p { color: rgb(180,77,134); }

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

background-color css

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

 a { background-color: rgb(180,77,134); }

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

border-color css

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

 span { border-color: rgb(180,77,134); }

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