#B8609A

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

Shades of Mulberry #B8609A

Tints of Mulberry #B8609A

Color information

#B8609A (or 0xB8609A) is unknown color: approx Mulberry. HEX triplet: B8, 60 and 9A. RGB value is (184,96,154). Sum of RGB (Red+Green+Blue) = 184+96+154=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B8609A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8609A is #479F65. Grayscale: #808080. Windows color (decimal): -4693862 or 10117304. OLE color: 10117304.

HSL color Cylindrical-coordinate representation of color #B8609A: hue angle of 320.45º degrees, saturation: 0.38, 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 #B8609A is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB18496154-
CMYK00.480.160.28
HSL320.45º38.26%54.9%-
HSV(B)320.45º47.83%72.16%-
XYZ29.7820.8933.03-
YUV128.92142.15167.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.40%
GREEN value IS 96 (37.89% from 255) = 22.12%
BLUE value IS 154 (60.55% from 255) = 35.48%
R=42.40%
G=22.12%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849615400.480.160.28320.4538.2654.9
HexB8609A030101C1402637
Octal27014023206020345004667
Binary1011100011000001001101001100001000011100101000000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8609A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8609A; }

 p { color: rgb(184,96,154); }

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

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

 a { background-color: rgb(184,96,154); }

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

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

 span { border-color: rgb(184,96,154); }

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