Html Css Color HEX #B84D94 Mulberry

📋 copy color: '#B84D94'

red 184 ◦ green 77 ◦ blue 148

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

Shades of Mulberry #B84D94

Tints of Mulberry #B84D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.19%

R = 44.99%
G = 18.83%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B84D94 (or 0xB84D94) is known color: Mulberry. HEX triplet: B8, 4D and 94. RGB value is (184,77,148). Sum of RGB (Red+Green+Blue) = 184+77+148=409 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.99% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B84D94 is #47B26B. Grayscale: #747474. Windows color (decimal): -4698732 or 9719224. OLE color: 9719224.

HSL color Cylindrical-coordinate representation of color #B84D94: hue angle of 320.19º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B84D94 is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 77 148 -
CMYK 0 0.58 0.20 0.28
HSL 320.19º 0.43% 0.51% -
HSV(B) 320.19º 0.58% 0.72% -
XYZ 27.77 17.64 29.96 -
YUV 117.09 145.45 175.73 -
System Red Green Blue C M Y K H S L
Decimal 184 77 148 0 0.58 0.20 0.28 320.19 0.43 0.51
Hex B8 4D 94 0 3A 14 1C 140 2B 33
Octal 270 115 224 0 72 24 34 500 53 63
Binary 10111000 1001101 10010100 0 111010 10100 11100 101000000 101011 110011

Color Harmonies of #B84D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84D94

Black with #B84D94

Text Example


Text Example

White with #B84D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84D94; }

 p { color: rgb(184,77,148); }

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

background-color css

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

 a { background-color: rgb(184,77,148); }

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

border-color css

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

 span { border-color: rgb(184,77,148); }

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