#BB4647

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

Shades of Mahogany #BB4647

Tints of Mahogany #BB4647

Color information

#BB4647 (or 0xBB4647) is unknown color: approx Mahogany. HEX triplet: BB, 46 and 47. RGB value is (187,70,71). Sum of RGB (Red+Green+Blue) = 187+70+71=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4647 is #44B9B8. Grayscale: #696969. Windows color (decimal): -4503993 or 4671163. OLE color: 4671163.

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

Color convert

RGB1877071-
CMYK00.630.620.27
HSL359.49º46.25%50.39%-
HSV(B)359.49º62.57%73.33%-
XYZ23.8215.47.68-
YUV105.1108.76186.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.01%
GREEN value IS 70 (27.73% from 255) = 21.34%
BLUE value IS 71 (28.12% from 255) = 21.65%
R=57.01%
G=21.34%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187707100.630.620.27359.4946.2550.39
HexBB464703F3E1B1672e32
Octal27310610707776335475662
Binary1011101110001101000111011111111111011011101100111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4647; }

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

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

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

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

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

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

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

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