#BB498C

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

Shades of Mulberry #BB498C

Tints of Mulberry #BB498C

Color information

#BB498C (or 0xBB498C) is unknown color: approx Mulberry. HEX triplet: BB, 49 and 8C. RGB value is (187,73,140). Sum of RGB (Red+Green+Blue) = 187+73+140=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB498C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB498C is #44B673. Grayscale: #727272. Windows color (decimal): -4503156 or 9193915. OLE color: 9193915.

HSL color Cylindrical-coordinate representation of color #BB498C: hue angle of 324.74º 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 #BB498C is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB18773140-
CMYK00.610.250.27
HSL324.74º45.6%50.98%-
HSV(B)324.74º60.96%73.33%-
XYZ27.6117.2226.68-
YUV114.72142.27179.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.75%
GREEN value IS 73 (28.91% from 255) = 18.25%
BLUE value IS 140 (55.08% from 255) = 35%
R=46.75%
G=18.25%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877314000.610.250.27324.7445.650.98
HexBB498C03D191B1452e33
Octal27311121407531335055663
Binary1011101110010011000110001111011100111011101000101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB498C; }

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

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

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

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

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

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

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

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