#BB6091

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

Shades of Mulberry #BB6091

Tints of Mulberry #BB6091

Color information

#BB6091 (or 0xBB6091) is unknown color: approx Mulberry. HEX triplet: BB, 60 and 91. RGB value is (187,96,145). Sum of RGB (Red+Green+Blue) = 187+96+145=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6091 is #449F6E. Grayscale: #808080. Windows color (decimal): -4497263 or 9527483. OLE color: 9527483.

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

Color convert

RGB18796145-
CMYK00.490.220.27
HSL327.69º40.09%55.49%-
HSV(B)327.69º48.66%73.33%-
XYZ29.7920.9729.27-
YUV128.79137.15169.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.69%
GREEN value IS 96 (37.89% from 255) = 22.43%
BLUE value IS 145 (57.03% from 255) = 33.88%
R=43.69%
G=22.43%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879614500.490.220.27327.6940.0955.49
HexBB6091031161B1482837
Octal27314022106126335105067
Binary1011101111000001001000101100011011011011101001000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6091; }

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

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

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

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

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

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

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

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