#B74B99

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

Shades of Mulberry #B74B99

Tints of Mulberry #B74B99

Color information

#B74B99 (or 0xB74B99) is unknown color: approx Mulberry. HEX triplet: B7, 4B and 99. RGB value is (183,75,153). Sum of RGB (Red+Green+Blue) = 183+75+153=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74B99 is #48B466. Grayscale: #737373. Windows color (decimal): -4764775 or 10046391. OLE color: 10046391.

HSL color Cylindrical-coordinate representation of color #B74B99: hue angle of 316.67º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B74B99 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB18375153-
CMYK00.590.160.28
HSL316.67º42.86%50.59%-
HSV(B)316.67º59.02%71.76%-
XYZ27.7917.432.03-
YUV116.18148.78175.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.53%
GREEN value IS 75 (29.69% from 255) = 18.25%
BLUE value IS 153 (60.16% from 255) = 37.23%
R=44.53%
G=18.25%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837515300.590.160.28316.6742.8650.59
HexB74B9903B101C13d2b33
Octal26711323107320344755363
Binary1011011110010111001100101110111000011100100111101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74B99; }

 p { color: rgb(183,75,153); }

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

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

 a { background-color: rgb(183,75,153); }

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

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

 span { border-color: rgb(183,75,153); }

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