#BB498B

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

Shades of Mulberry #BB498B

Tints of Mulberry #BB498B

Color information

#BB498B (or 0xBB498B) is unknown color: approx Mulberry. HEX triplet: BB, 49 and 8B. RGB value is (187,73,139). Sum of RGB (Red+Green+Blue) = 187+73+139=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB498B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB498B is #44B674. Grayscale: #727272. Windows color (decimal): -4503157 or 9128379. OLE color: 9128379.

HSL color Cylindrical-coordinate representation of color #BB498B: hue angle of 325.26º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB498B is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB18773139-
CMYK00.610.260.27
HSL325.26º45.6%50.98%-
HSV(B)325.26º60.96%73.33%-
XYZ27.5417.1926.29-
YUV114.61141.77179.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 73 (28.91% from 255) = 18.30%
BLUE value IS 139 (54.69% from 255) = 34.84%
R=46.87%
G=18.30%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877313900.610.260.27325.2645.650.98
HexBB498B03D1A1B1452e33
Octal27311121307532335055663
Binary1011101110010011000101101111011101011011101000101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB498B; }

 p { color: rgb(187,73,139); }

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

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

 a { background-color: rgb(187,73,139); }

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

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

 span { border-color: rgb(187,73,139); }

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