#BB3133

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

Shades of Mahogany #BB3133

Tints of Mahogany #BB3133

Color information

#BB3133 (or 0xBB3133) is unknown color: approx Mahogany. HEX triplet: BB, 31 and 33. RGB value is (187,49,51). Sum of RGB (Red+Green+Blue) = 187+49+51=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3133 is #44CECC. Grayscale: #5A5A5A. Windows color (decimal): -4509389 or 3355067. OLE color: 3355067.

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

Color convert

RGB1874951-
CMYK00.740.730.27
HSL359.13º58.47%46.27%-
HSV(B)359.13º73.8%73.33%-
XYZ22.19134.47-
YUV90.49105.72196.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 65.16%
GREEN value IS 49 (19.53% from 255) = 17.07%
BLUE value IS 51 (20.31% from 255) = 17.77%
R=65.16%
G=17.07%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187495100.740.730.27359.1358.4746.27
HexBB313304A491B1673a2e
Octal27361630112111335477256
Binary1011101111000111001101001010100100111011101100111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3133; }

 p { color: rgb(187,49,51); }

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

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

 a { background-color: rgb(187,49,51); }

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

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

 span { border-color: rgb(187,49,51); }

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