#b4538b

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

Shades of Mulberry #B4538B

Tints of Mulberry #B4538B

Color information

#B4538B (or 0xB4538B) is unknown color: approx Mulberry. HEX triplet: B4, 53 and 8B. RGB value is (180,83,139). Sum of RGB (Red+Green+Blue) = 180+83+139=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B4538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4538B is #4BAC74. Grayscale: #767676. Windows color (decimal): -4959349 or 9130932. OLE color: 9130932.

HSL color Cylindrical-coordinate representation of color #B4538B: hue angle of 325.36º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4538B is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB18083139-
CMYK00.540.230.29
HSL325.36º39.27%51.57%-
HSV(B)325.36º53.89%70.59%-
XYZ26.5817.7526.45-
YUV118.39139.64171.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 83 (32.81% from 255) = 20.65%
BLUE value IS 139 (54.69% from 255) = 34.58%
R=44.78%
G=20.65%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808313900.540.230.29325.3639.2751.57
HexB4538B036171D1452734
Octal26412321306627355054764
Binary1011010010100111000101101101101011111101101000101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4538b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4538b; }

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

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

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

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

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

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

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

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