#BB5A8F

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

Shades of Mulberry #BB5A8F

Tints of Mulberry #BB5A8F

Color information

#BB5A8F (or 0xBB5A8F) is unknown color: approx Mulberry. HEX triplet: BB, 5A and 8F. RGB value is (187,90,143). Sum of RGB (Red+Green+Blue) = 187+90+143=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5A8F is #44A570. Grayscale: #7C7C7C. Windows color (decimal): -4498801 or 9394875. OLE color: 9394875.

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

Color convert

RGB18790143-
CMYK00.520.240.27
HSL327.22º41.63%54.31%-
HSV(B)327.22º51.87%73.33%-
XYZ29.1119.8628.29-
YUV125.04138.14172.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.52%
GREEN value IS 90 (35.55% from 255) = 21.43%
BLUE value IS 143 (56.25% from 255) = 34.05%
R=44.52%
G=21.43%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879014300.520.240.27327.2241.6354.31
HexBB5A8F034181B1472a36
Octal27313221706430335075266
Binary1011101110110101000111101101001100011011101000111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5A8F; }

 p { color: rgb(187,90,143); }

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

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

 a { background-color: rgb(187,90,143); }

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

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

 span { border-color: rgb(187,90,143); }

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