#BB6199

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

Shades of Mulberry #BB6199

Tints of Mulberry #BB6199

Color information

#BB6199 (or 0xBB6199) is unknown color: approx Mulberry. HEX triplet: BB, 61 and 99. RGB value is (187,97,153). Sum of RGB (Red+Green+Blue) = 187+97+153=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 153 (60.16% from 255 or 35.01% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6199 is #449E66. Grayscale: #828282. Windows color (decimal): -4496999 or 10052027. OLE color: 10052027.

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

Color convert

RGB18797153-
CMYK00.480.180.27
HSL322.67º39.82%55.69%-
HSV(B)322.67º48.13%73.33%-
XYZ30.5221.4132.66-
YUV130.29140.82168.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.79%
GREEN value IS 97 (38.28% from 255) = 22.20%
BLUE value IS 153 (60.16% from 255) = 35.01%
R=42.79%
G=22.20%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879715300.480.180.27322.6739.8255.69
HexBB6199030121B1432838
Octal27314123106022335035070
Binary1011101111000011001100101100001001011011101000011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6199; }

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

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

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

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

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

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

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

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