#BB4A85

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

Shades of Mulberry #BB4A85

Tints of Mulberry #BB4A85

Color information

#BB4A85 (or 0xBB4A85) is unknown color: approx Mulberry. HEX triplet: BB, 4A and 85. RGB value is (187,74,133). Sum of RGB (Red+Green+Blue) = 187+74+133=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4A85 is #44B57A. Grayscale: #727272. Windows color (decimal): -4502907 or 8735419. OLE color: 8735419.

HSL color Cylindrical-coordinate representation of color #BB4A85: hue angle of 328.67º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4A85 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB18774133-
CMYK00.600.290.27
HSL328.67º45.38%51.18%-
HSV(B)328.67º60.43%73.33%-
XYZ27.1817.1624.07-
YUV114.51138.44179.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.46%
GREEN value IS 74 (29.30% from 255) = 18.78%
BLUE value IS 133 (52.34% from 255) = 33.76%
R=47.46%
G=18.78%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877413300.600.290.27328.6745.3851.18
HexBB4A8503C1D1B1492d33
Octal27311220507435335115563
Binary1011101110010101000010101111001110111011101001001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4A85; }

 p { color: rgb(187,74,133); }

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

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

 a { background-color: rgb(187,74,133); }

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

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

 span { border-color: rgb(187,74,133); }

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