#B85A92

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

Shades of Mulberry #B85A92

Tints of Mulberry #B85A92

Color information

#B85A92 (or 0xB85A92) is unknown color: approx Mulberry. HEX triplet: B8, 5A and 92. RGB value is (184,90,146). Sum of RGB (Red+Green+Blue) = 184+90+146=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85A92 is #47A56D. Grayscale: #7C7C7C. Windows color (decimal): -4695406 or 9591480. OLE color: 9591480.

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

Color convert

RGB18490146-
CMYK00.510.210.28
HSL324.26º39.83%53.73%-
HSV(B)324.26º51.09%72.16%-
XYZ28.6119.5829.47-
YUV124.49140.14170.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.81%
GREEN value IS 90 (35.55% from 255) = 21.43%
BLUE value IS 146 (57.42% from 255) = 34.76%
R=43.81%
G=21.43%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849014600.510.210.28324.2639.8353.73
HexB85A92033151C1442836
Octal27013222206325345045066
Binary1011100010110101001001001100111010111100101000100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85A92; }

 p { color: rgb(184,90,146); }

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

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

 a { background-color: rgb(184,90,146); }

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

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

 span { border-color: rgb(184,90,146); }

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