#BB6096

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

Shades of Mulberry #BB6096

Tints of Mulberry #BB6096

Color information

#BB6096 (or 0xBB6096) is unknown color: approx Mulberry. HEX triplet: BB, 60 and 96. RGB value is (187,96,150). Sum of RGB (Red+Green+Blue) = 187+96+150=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 96 (37.89% from 255 or 22.17% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6096 is #449F69. Grayscale: #818181. Windows color (decimal): -4497258 or 9855163. OLE color: 9855163.

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

Color convert

RGB18796150-
CMYK00.490.200.27
HSL324.4º40.09%55.49%-
HSV(B)324.4º48.66%73.33%-
XYZ30.1821.1331.34-
YUV129.36139.65169.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.19%
GREEN value IS 96 (37.89% from 255) = 22.17%
BLUE value IS 150 (58.98% from 255) = 34.64%
R=43.19%
G=22.17%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879615000.490.200.27324.440.0955.49
HexBB6096031141B1442837
Octal27314022606124335045067
Binary1011101111000001001011001100011010011011101000100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6096; }

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

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

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

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

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

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

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

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