#B7608D

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

Shades of Mulberry #B7608D

Tints of Mulberry #B7608D

Color information

#B7608D (or 0xB7608D) is unknown color: approx Mulberry. HEX triplet: B7, 60 and 8D. RGB value is (183,96,141). Sum of RGB (Red+Green+Blue) = 183+96+141=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B7608D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7608D is #489F72. Grayscale: #7F7F7F. Windows color (decimal): -4759411 or 9265335. OLE color: 9265335.

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

Color convert

RGB18396141-
CMYK00.480.230.28
HSL328.97º37.66%54.71%-
HSV(B)328.97º47.54%71.76%-
XYZ28.5220.3627.63-
YUV127.14135.82167.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.57%
GREEN value IS 96 (37.89% from 255) = 22.86%
BLUE value IS 141 (55.47% from 255) = 33.57%
R=43.57%
G=22.86%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839614100.480.230.28328.9737.6654.71
HexB7608D030171C1492637
Octal26714021506027345114667
Binary1011011111000001000110101100001011111100101001001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7608D; }

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

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

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

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

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

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

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

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