Html Css Color HEX #B84485 Mulberry

📋 copy color: '#B84485'

red 184 ◦ green 68 ◦ blue 133

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

Shades of Mulberry #B84485

Tints of Mulberry #B84485

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.66%

 BLUE value IS 133 (52.34% from 255) = 34.55%

R = 47.79%
G = 17.66%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B84485 (or 0xB84485) is known color: Mulberry. HEX triplet: B8, 44 and 85. RGB value is (184,68,133). Sum of RGB (Red+Green+Blue) = 184+68+133=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B84485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84485 is #47BB7A. Grayscale: #6D6D6D. Windows color (decimal): -4701051 or 8733880. OLE color: 8733880.

HSL color Cylindrical-coordinate representation of color #B84485: hue angle of 326.38º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B84485 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 68 133 -
CMYK 0 0.63 0.28 0.28
HSL 326.38º 0.46% 0.49% -
HSV(B) 326.38º 0.63% 0.72% -
XYZ 26.07 16.02 23.91 -
YUV 110.09 140.93 180.71 -
System Red Green Blue C M Y K H S L
Decimal 184 68 133 0 0.63 0.28 0.28 326.38 0.46 0.49
Hex B8 44 85 0 3F 1C 1C 146 2E 31
Octal 270 104 205 0 77 34 34 506 56 61
Binary 10111000 1000100 10000101 0 111111 11100 11100 101000110 101110 110001

Color Harmonies of #B84485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84485

Black with #B84485

Text Example


Text Example

White with #B84485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84485; }

 p { color: rgb(184,68,133); }

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

background-color css

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

 a { background-color: rgb(184,68,133); }

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

border-color css

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

 span { border-color: rgb(184,68,133); }

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