#BB6097

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

Shades of Mulberry #BB6097

Tints of Mulberry #BB6097

Color information

#BB6097 (or 0xBB6097) is unknown color: approx Mulberry. HEX triplet: BB, 60 and 97. RGB value is (187,96,151). Sum of RGB (Red+Green+Blue) = 187+96+151=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 151 (59.38% from 255 or 34.79% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6097 is #449F68. Grayscale: #818181. Windows color (decimal): -4497257 or 9920699. OLE color: 9920699.

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

Color convert

RGB18796151-
CMYK00.490.190.27
HSL323.74º40.09%55.49%-
HSV(B)323.74º48.66%73.33%-
XYZ30.2621.1631.77-
YUV129.48140.15169.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.09%
GREEN value IS 96 (37.89% from 255) = 22.12%
BLUE value IS 151 (59.38% from 255) = 34.79%
R=43.09%
G=22.12%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879615100.490.190.27323.7440.0955.49
HexBB6097031131B1442837
Octal27314022706123335045067
Binary1011101111000001001011101100011001111011101000100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6097; }

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

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

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

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

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

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

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

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