#BB6099

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

Shades of Mulberry #BB6099

Tints of Mulberry #BB6099

Color information

#BB6099 (or 0xBB6099) is unknown color: approx Mulberry. HEX triplet: BB, 60 and 99. RGB value is (187,96,153). Sum of RGB (Red+Green+Blue) = 187+96+153=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6099 is #449F66. Grayscale: #818181. Windows color (decimal): -4497255 or 10051771. OLE color: 10051771.

HSL color Cylindrical-coordinate representation of color #BB6099: hue angle of 322.42º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB6099 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB18796153-
CMYK00.490.180.27
HSL322.42º40.09%55.49%-
HSV(B)322.42º48.66%73.33%-
XYZ30.4321.2332.63-
YUV129.71141.15168.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.89%
GREEN value IS 96 (37.89% from 255) = 22.02%
BLUE value IS 153 (60.16% from 255) = 35.09%
R=42.89%
G=22.02%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879615300.490.180.27322.4240.0955.49
HexBB6099031121B1422837
Octal27314023106122335025067
Binary1011101111000001001100101100011001011011101000010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6099; }

 p { color: rgb(187,96,153); }

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

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

 a { background-color: rgb(187,96,153); }

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

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

 span { border-color: rgb(187,96,153); }

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