#BB2E36

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

Shades of Mahogany #BB2E36

Tints of Mahogany #BB2E36

Color information

#BB2E36 (or 0xBB2E36) is unknown color: approx Mahogany. HEX triplet: BB, 2E and 36. RGB value is (187,46,54). Sum of RGB (Red+Green+Blue) = 187+46+54=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2E36 is #44D1C9. Grayscale: #595959. Windows color (decimal): -4510154 or 3550907. OLE color: 3550907.

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

Color convert

RGB1874654-
CMYK00.750.710.27
HSL356.6º60.52%45.69%-
HSV(B)356.6º75.4%73.33%-
XYZ22.1412.794.79-
YUV89.07108.21197.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 65.16%
GREEN value IS 46 (18.36% from 255) = 16.03%
BLUE value IS 54 (21.48% from 255) = 18.82%
R=65.16%
G=16.03%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187465400.750.710.27356.660.5245.69
HexBB2E3604B471B1653d2e
Octal27356660113107335457556
Binary1011101110111011011001001011100011111011101100101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2E36; }

 p { color: rgb(187,46,54); }

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

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

 a { background-color: rgb(187,46,54); }

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

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

 span { border-color: rgb(187,46,54); }

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