#B7608E

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

Shades of Mulberry #B7608E

Tints of Mulberry #B7608E

Color information

#B7608E (or 0xB7608E) is unknown color: approx Mulberry. HEX triplet: B7, 60 and 8E. RGB value is (183,96,142). Sum of RGB (Red+Green+Blue) = 183+96+142=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B7608E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7608E is #489F71. Grayscale: #7F7F7F. Windows color (decimal): -4759410 or 9330871. OLE color: 9330871.

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

Color convert

RGB18396142-
CMYK00.480.220.28
HSL328.28º37.66%54.71%-
HSV(B)328.28º47.54%71.76%-
XYZ28.5920.3928.02-
YUV127.26136.32167.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.47%
GREEN value IS 96 (37.89% from 255) = 22.80%
BLUE value IS 142 (55.86% from 255) = 33.73%
R=43.47%
G=22.80%
B=33.73%

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
Decimal1839614200.480.220.28328.2837.6654.71
HexB7608E030161C1482637
Octal26714021606026345104667
Binary1011011111000001000111001100001011011100101001000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7608E; }

 p { color: rgb(183,96,142); }

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

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

 a { background-color: rgb(183,96,142); }

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

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

 span { border-color: rgb(183,96,142); }

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