#B8538B

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

Shades of Mulberry #B8538B

Tints of Mulberry #B8538B

Color information

#B8538B (or 0xB8538B) is unknown color: approx Mulberry. HEX triplet: B8, 53 and 8B. RGB value is (184,83,139). Sum of RGB (Red+Green+Blue) = 184+83+139=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 184 - color contains mainly: red. Hex color #B8538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8538B is #47AC74. Grayscale: #777777. Windows color (decimal): -4697205 or 9130936. OLE color: 9130936.

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

Color convert

RGB18483139-
CMYK00.550.240.28
HSL326.73º41.56%52.35%-
HSV(B)326.73º54.89%72.16%-
XYZ27.5218.2426.5-
YUV119.58138.96173.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.32%
GREEN value IS 83 (32.81% from 255) = 20.44%
BLUE value IS 139 (54.69% from 255) = 34.24%
R=45.32%
G=20.44%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848313900.550.240.28326.7341.5652.35
HexB8538B037181C1472a34
Octal27012321306730345075264
Binary1011100010100111000101101101111100011100101000111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8538B; }

 p { color: rgb(184,83,139); }

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

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

 a { background-color: rgb(184,83,139); }

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

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

 span { border-color: rgb(184,83,139); }

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