#B85D8A

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

Shades of Mulberry #B85D8A

Tints of Mulberry #B85D8A

Color information

#B85D8A (or 0xB85D8A) is unknown color: approx Mulberry. HEX triplet: B8, 5D and 8A. RGB value is (184,93,138). Sum of RGB (Red+Green+Blue) = 184+93+138=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85D8A is #47A275. Grayscale: #7D7D7D. Windows color (decimal): -4694646 or 9067960. OLE color: 9067960.

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

Color convert

RGB18493138-
CMYK00.490.250.28
HSL330.33º39.06%54.31%-
HSV(B)330.33º49.46%72.16%-
XYZ28.2719.8526.39-
YUV125.34135.15169.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.34%
GREEN value IS 93 (36.72% from 255) = 22.41%
BLUE value IS 138 (54.30% from 255) = 33.25%
R=44.34%
G=22.41%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849313800.490.250.28330.3339.0654.31
HexB85D8A031191C14a2736
Octal27013521206131345124766
Binary1011100010111011000101001100011100111100101001010100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85D8A; }

 p { color: rgb(184,93,138); }

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

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

 a { background-color: rgb(184,93,138); }

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

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

 span { border-color: rgb(184,93,138); }

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