#BB6098

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

Shades of Mulberry #BB6098

Tints of Mulberry #BB6098

Color information

#BB6098 (or 0xBB6098) is unknown color: approx Mulberry. HEX triplet: BB, 60 and 98. RGB value is (187,96,152). Sum of RGB (Red+Green+Blue) = 187+96+152=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6098 is #449F67. Grayscale: #818181. Windows color (decimal): -4497256 or 9986235. OLE color: 9986235.

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

Color convert

RGB18796152-
CMYK00.490.190.27
HSL323.08º40.09%55.49%-
HSV(B)323.08º48.66%73.33%-
XYZ30.3421.232.2-
YUV129.59140.65168.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.99%
GREEN value IS 96 (37.89% from 255) = 22.07%
BLUE value IS 152 (59.77% from 255) = 34.94%
R=42.99%
G=22.07%
B=34.94%

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
Decimal1879615200.490.190.27323.0840.0955.49
HexBB6098031131B1432837
Octal27314023006123335035067
Binary1011101111000001001100001100011001111011101000011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6098; }

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

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

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

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

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

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

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

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