#BB448B

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

Shades of Mulberry #BB448B

Tints of Mulberry #BB448B

Color information

#BB448B (or 0xBB448B) is unknown color: approx Mulberry. HEX triplet: BB, 44 and 8B. RGB value is (187,68,139). Sum of RGB (Red+Green+Blue) = 187+68+139=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB448B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB448B is #44BB74. Grayscale: #6F6F6F. Windows color (decimal): -4504437 or 9127099. OLE color: 9127099.

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

Color convert

RGB18768139-
CMYK00.640.260.27
HSL324.2º46.67%50%-
HSV(B)324.2º63.64%73.33%-
XYZ27.2216.5626.19-
YUV111.68143.42181.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.46%
GREEN value IS 68 (26.95% from 255) = 17.26%
BLUE value IS 139 (54.69% from 255) = 35.28%
R=47.46%
G=17.26%
B=35.28%

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
Decimal1876813900.640.260.27324.246.6750
HexBB448B0401A1B1442f32
Octal273104213010032335045762
Binary10111011100010010001011010000001101011011101000100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB448B; }

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

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

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

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

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

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

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

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