#BB448A

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

Shades of Mulberry #BB448A

Tints of Mulberry #BB448A

Color information

#BB448A (or 0xBB448A) is unknown color: approx Mulberry. HEX triplet: BB, 44 and 8A. RGB value is (187,68,138). Sum of RGB (Red+Green+Blue) = 187+68+138=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB448A is #44BB75. Grayscale: #6F6F6F. Windows color (decimal): -4504438 or 9061563. OLE color: 9061563.

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

Color convert

RGB18768138-
CMYK00.640.260.27
HSL324.71º46.67%50%-
HSV(B)324.71º63.64%73.33%-
XYZ27.1516.5325.81-
YUV111.56142.92181.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.58%
GREEN value IS 68 (26.95% from 255) = 17.30%
BLUE value IS 138 (54.30% from 255) = 35.11%
R=47.58%
G=17.30%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876813800.640.260.27324.7146.6750
HexBB448A0401A1B1452f32
Octal273104212010032335055762
Binary10111011100010010001010010000001101011011101000101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB448A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB448A; }

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

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

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

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

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

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

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

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