#BB5C84

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

Shades of Mulberry #BB5C84

Tints of Mulberry #BB5C84

Color information

#BB5C84 (or 0xBB5C84) is unknown color: approx Mulberry. HEX triplet: BB, 5C and 84. RGB value is (187,92,132). Sum of RGB (Red+Green+Blue) = 187+92+132=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5C84 is #44A37B. Grayscale: #7C7C7C. Windows color (decimal): -4498300 or 8674491. OLE color: 8674491.

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

Color convert

RGB18792132-
CMYK00.510.290.27
HSL334.74º41.13%54.71%-
HSV(B)334.74º50.8%73.33%-
XYZ28.4919.8924.17-
YUV124.96131.97172.25-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.50%
GREEN value IS 92 (36.33% from 255) = 22.38%
BLUE value IS 132 (51.95% from 255) = 32.12%
R=45.50%
G=22.38%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879213200.510.290.27334.7441.1354.71
HexBB5C840331D1B14f2937
Octal27313420406335335175167
Binary1011101110111001000010001100111110111011101001111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5C84; }

 p { color: rgb(187,92,132); }

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

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

 a { background-color: rgb(187,92,132); }

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

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

 span { border-color: rgb(187,92,132); }

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