Html Css Color HEX #B84B8C Mulberry

📋 copy color: '#B84B8C'

red 184 ◦ green 75 ◦ blue 140

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

Shades of Mulberry #B84B8C

Tints of Mulberry #B84B8C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.8%

 BLUE value IS 140 (55.08% from 255) = 35.09%

R = 46.12%
G = 18.8%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B84B8C (or 0xB84B8C) is known color: Mulberry. HEX triplet: B8, 4B and 8C. RGB value is (184,75,140). Sum of RGB (Red+Green+Blue) = 184+75+140=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B84B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84B8C is #47B473. Grayscale: #727272. Windows color (decimal): -4699252 or 9194424. OLE color: 9194424.

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

Color convert

RGB 184 75 140 -
CMYK 0 0.59 0.24 0.28
HSL 324.22º 0.43% 0.51% -
HSV(B) 324.22º 0.59% 0.72% -
XYZ 27.02 17.12 26.69 -
YUV 115 142.11 177.21 -
System Red Green Blue C M Y K H S L
Decimal 184 75 140 0 0.59 0.24 0.28 324.22 0.43 0.51
Hex B8 4B 8C 0 3B 18 1C 144 2B 33
Octal 270 113 214 0 73 30 34 504 53 63
Binary 10111000 1001011 10001100 0 111011 11000 11100 101000100 101011 110011

Color Harmonies of #B84B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84B8C

Black with #B84B8C

Text Example


Text Example

White with #B84B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84B8C; }

 p { color: rgb(184,75,140); }

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

background-color css

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

 a { background-color: rgb(184,75,140); }

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

border-color css

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

 span { border-color: rgb(184,75,140); }

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