#BB598A

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

Shades of Mulberry #BB598A

Tints of Mulberry #BB598A

Color information

#BB598A (or 0xBB598A) is unknown color: approx Mulberry. HEX triplet: BB, 59 and 8A. RGB value is (187,89,138). Sum of RGB (Red+Green+Blue) = 187+89+138=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB598A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB598A is #44A675. Grayscale: #7B7B7B. Windows color (decimal): -4499062 or 9066939. OLE color: 9066939.

HSL color Cylindrical-coordinate representation of color #BB598A: hue angle of 330º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB598A is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB18789138-
CMYK00.520.260.27
HSL330º41.88%54.12%-
HSV(B)330º52.41%73.33%-
XYZ28.6519.5426.31-
YUV123.89135.97173.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.17%
GREEN value IS 89 (35.16% from 255) = 21.50%
BLUE value IS 138 (54.30% from 255) = 33.33%
R=45.17%
G=21.50%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878913800.520.260.2733041.8854.12
HexBB598A0341A1B14a2a36
Octal27313121206432335125266
Binary1011101110110011000101001101001101011011101001010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB598A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB598A; }

 p { color: rgb(187,89,138); }

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

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

 a { background-color: rgb(187,89,138); }

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

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

 span { border-color: rgb(187,89,138); }

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