#BB2B2D

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

Shades of Mahogany #BB2B2D

Tints of Mahogany #BB2B2D

Color information

#BB2B2D (or 0xBB2B2D) is unknown color: approx Mahogany. HEX triplet: BB, 2B and 2D. RGB value is (187,43,45). Sum of RGB (Red+Green+Blue) = 187+43+45=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2B2D is #44D4D2. Grayscale: #565656. Windows color (decimal): -4510931 or 2960315. OLE color: 2960315.

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

Color convert

RGB1874345-
CMYK00.770.760.27
HSL359.17º62.61%45.1%-
HSV(B)359.17º77.01%73.33%-
XYZ21.8312.483.74-
YUV86.28104.71199.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 68%
GREEN value IS 43 (17.19% from 255) = 15.64%
BLUE value IS 45 (17.97% from 255) = 16.36%
R=68%
G=15.64%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187434500.770.760.27359.1762.6145.1
HexBB2B2D04D4C1B1673f2d
Octal27353550115114335477755
Binary1011101110101110110101001101100110011011101100111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2B2D; }

 p { color: rgb(187,43,45); }

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

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

 a { background-color: rgb(187,43,45); }

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

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

 span { border-color: rgb(187,43,45); }

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