#BB5B8A

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

Shades of Mulberry #BB5B8A

Tints of Mulberry #BB5B8A

Color information

#BB5B8A (or 0xBB5B8A) is unknown color: approx Mulberry. HEX triplet: BB, 5B and 8A. RGB value is (187,91,138). Sum of RGB (Red+Green+Blue) = 187+91+138=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5B8A is #44A475. Grayscale: #7C7C7C. Windows color (decimal): -4498550 or 9067451. OLE color: 9067451.

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

Color convert

RGB18791138-
CMYK00.510.260.27
HSL330.62º41.38%54.51%-
HSV(B)330.62º51.34%73.33%-
XYZ28.8219.8826.36-
YUV125.06135.3172.18-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.95%
GREEN value IS 91 (35.94% from 255) = 21.88%
BLUE value IS 138 (54.30% from 255) = 33.17%
R=44.95%
G=21.88%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879113800.510.260.27330.6241.3854.51
HexBB5B8A0331A1B14b2937
Octal27313321206332335135167
Binary1011101110110111000101001100111101011011101001011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5B8A; }

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

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

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

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

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

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

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

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