#B84B8E

Color #B84B8E Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #B84B8E

Tints of Mulberry #B84B8E

Color information

#B84B8E (or 0xB84B8E) is unknown color: approx Mulberry. HEX triplet: B8, 4B and 8E. RGB value is (184,75,142). Sum of RGB (Red+Green+Blue) = 184+75+142=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B84B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84B8E is #47B471. Grayscale: #737373. Windows color (decimal): -4699250 or 9325496. OLE color: 9325496.

HSL color Cylindrical-coordinate representation of color #B84B8E: hue angle of 323.12º 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 #B84B8E is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB18475142-
CMYK00.590.230.28
HSL323.12º43.43%50.78%-
HSV(B)323.12º59.24%72.16%-
XYZ27.1717.1827.47-
YUV115.23143.11177.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.89%
GREEN value IS 75 (29.69% from 255) = 18.70%
BLUE value IS 142 (55.86% from 255) = 35.41%
R=45.89%
G=18.70%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847514200.590.230.28323.1243.4350.78
HexB84B8E03B171C1432b33
Octal27011321607327345035363
Binary1011100010010111000111001110111011111100101000011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84B8E; }

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

 H1.HeaderClassName
 {
   color: #B84B8E;
 }
 .AnyTagClassName
 {
   color: #B84B8E;
 }
</style>
background-color css

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

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

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

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

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

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