#B76398

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

Shades of Mulberry #B76398

Tints of Mulberry #B76398

Color information

#B76398 (or 0xB76398) is unknown color: approx Mulberry. HEX triplet: B7, 63 and 98. RGB value is (183,99,152). Sum of RGB (Red+Green+Blue) = 183+99+152=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B76398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76398 is #489C67. Grayscale: #828282. Windows color (decimal): -4758632 or 9986999. OLE color: 9986999.

HSL color Cylindrical-coordinate representation of color #B76398: hue angle of 322.14º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B76398 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.28.

Color convert

RGB18399152-
CMYK00.460.170.28
HSL322.14º36.84%55.29%-
HSV(B)322.14º45.9%71.76%-
XYZ29.6621.2632.25-
YUV130.16140.33165.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.17%
GREEN value IS 99 (39.06% from 255) = 22.81%
BLUE value IS 152 (59.77% from 255) = 35.02%
R=42.17%
G=22.81%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839915200.460.170.28322.1436.8455.29
HexB7639802E111C1422537
Octal26714323005621345024567
Binary1011011111000111001100001011101000111100101000010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76398; }

 p { color: rgb(183,99,152); }

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

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

 a { background-color: rgb(183,99,152); }

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

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

 span { border-color: rgb(183,99,152); }

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