#B4608D

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

Shades of Mulberry #B4608D

Tints of Mulberry #B4608D

Color information

#B4608D (or 0xB4608D) is unknown color: approx Mulberry. HEX triplet: B4, 60 and 8D. RGB value is (180,96,141). Sum of RGB (Red+Green+Blue) = 180+96+141=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B4608D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4608D is #4B9F72. Grayscale: #7E7E7E. Windows color (decimal): -4956019 or 9265332. OLE color: 9265332.

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

Color convert

RGB18096141-
CMYK00.470.220.29
HSL327.86º35.9%54.12%-
HSV(B)327.86º46.67%70.59%-
XYZ27.8119.9927.59-
YUV126.25136.33166.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.17%
GREEN value IS 96 (37.89% from 255) = 23.02%
BLUE value IS 141 (55.47% from 255) = 33.81%
R=43.17%
G=23.02%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809614100.470.220.29327.8635.954.12
HexB4608D02F161D1482436
Octal26414021505726355104466
Binary1011010011000001000110101011111011011101101001000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4608D; }

 p { color: rgb(180,96,141); }

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

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

 a { background-color: rgb(180,96,141); }

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

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

 span { border-color: rgb(180,96,141); }

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