Html Css Color HEX #B84A82 Mulberry

📋 copy color: '#B84A82'

red 184 ◦ green 74 ◦ blue 130

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

Shades of Mulberry #B84A82

Tints of Mulberry #B84A82

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.07%

 BLUE value IS 130 (51.17% from 255) = 33.51%

R = 47.42%
G = 19.07%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B84A82 (or 0xB84A82) is known color: Mulberry. HEX triplet: B8, 4A and 82. RGB value is (184,74,130). Sum of RGB (Red+Green+Blue) = 184+74+130=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84A82 is #47B57D. Grayscale: #717171. Windows color (decimal): -4699518 or 8538808. OLE color: 8538808.

HSL color Cylindrical-coordinate representation of color #B84A82: hue angle of 329.45º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B84A82 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 74 130 -
CMYK 0 0.60 0.29 0.28
HSL 329.45º 0.44% 0.51% -
HSV(B) 329.45º 0.6% 0.72% -
XYZ 26.25 16.7 22.96 -
YUV 113.27 137.44 178.45 -
System Red Green Blue C M Y K H S L
Decimal 184 74 130 0 0.60 0.29 0.28 329.45 0.44 0.51
Hex B8 4A 82 0 3C 1D 1C 149 2C 33
Octal 270 112 202 0 74 35 34 511 54 63
Binary 10111000 1001010 10000010 0 111100 11101 11100 101001001 101100 110011

Color Harmonies of #B84A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A82

Black with #B84A82

Text Example


Text Example

White with #B84A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A82; }

 p { color: rgb(184,74,130); }

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

background-color css

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

 a { background-color: rgb(184,74,130); }

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

border-color css

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

 span { border-color: rgb(184,74,130); }

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