#BB4648

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

Shades of Mandy #BB4648

Tints of Mandy #BB4648

Color information

#BB4648 (or 0xBB4648) is unknown color: approx Mandy. HEX triplet: BB, 46 and 48. RGB value is (187,70,72). Sum of RGB (Red+Green+Blue) = 187+70+72=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4648 is #44B9B7. Grayscale: #696969. Windows color (decimal): -4503992 or 4736699. OLE color: 4736699.

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

Color convert

RGB1877072-
CMYK00.630.610.27
HSL358.97º46.25%50.39%-
HSV(B)358.97º62.57%73.33%-
XYZ23.8515.417.85-
YUV105.21109.26186.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.84%
GREEN value IS 70 (27.73% from 255) = 21.28%
BLUE value IS 72 (28.52% from 255) = 21.88%
R=56.84%
G=21.28%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187707200.630.610.27358.9746.2550.39
HexBB464803F3D1B1672e32
Octal27310611007775335475662
Binary1011101110001101001000011111111110111011101100111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4648; }

 p { color: rgb(187,70,72); }

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

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

 a { background-color: rgb(187,70,72); }

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

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

 span { border-color: rgb(187,70,72); }

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