#B85F8A

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

Shades of Mulberry #B85F8A

Tints of Mulberry #B85F8A

Color information

#B85F8A (or 0xB85F8A) is unknown color: approx Mulberry. HEX triplet: B8, 5F and 8A. RGB value is (184,95,138). Sum of RGB (Red+Green+Blue) = 184+95+138=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85F8A is #47A075. Grayscale: #7E7E7E. Windows color (decimal): -4694134 or 9068472. OLE color: 9068472.

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

Color convert

RGB18495138-
CMYK00.480.250.28
HSL331.01º38.53%54.71%-
HSV(B)331.01º48.37%72.16%-
XYZ28.4520.2126.45-
YUV126.51134.49169-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.12%
GREEN value IS 95 (37.5% from 255) = 22.78%
BLUE value IS 138 (54.30% from 255) = 33.09%
R=44.12%
G=22.78%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849513800.480.250.28331.0138.5354.71
HexB85F8A030191C14b2737
Octal27013721206031345134767
Binary1011100010111111000101001100001100111100101001011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85F8A; }

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

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

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

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

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

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

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

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