#B8608F

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

Shades of Mulberry #B8608F

Tints of Mulberry #B8608F

Color information

#B8608F (or 0xB8608F) is unknown color: approx Mulberry. HEX triplet: B8, 60 and 8F. RGB value is (184,96,143). Sum of RGB (Red+Green+Blue) = 184+96+143=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B8608F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8608F is #479F70. Grayscale: #7F7F7F. Windows color (decimal): -4693873 or 9396408. OLE color: 9396408.

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

Color convert

RGB18496143-
CMYK00.480.220.28
HSL327.95º38.26%54.9%-
HSV(B)327.95º47.83%72.16%-
XYZ28.9120.5428.43-
YUV127.67136.65168.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.50%
GREEN value IS 96 (37.89% from 255) = 22.70%
BLUE value IS 143 (56.25% from 255) = 33.81%
R=43.50%
G=22.70%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849614300.480.220.28327.9538.2654.9
HexB8608F030161C1482637
Octal27014021706026345104667
Binary1011100011000001000111101100001011011100101001000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8608F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8608F; }

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

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

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

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

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

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

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

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