#bb2b2f

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

Shades of Mahogany #BB2B2F

Tints of Mahogany #BB2B2F

Color information

#BB2B2F (or 0xBB2B2F) is unknown color: approx Mahogany. HEX triplet: BB, 2B and 2F. RGB value is (187,43,47). Sum of RGB (Red+Green+Blue) = 187+43+47=277 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.51% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2B2F is #44D4D0. Grayscale: #565656. Windows color (decimal): -4510929 or 3091387. OLE color: 3091387.

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

Color convert

RGB1874347-
CMYK00.770.750.27
HSL358.33º62.61%45.1%-
HSV(B)358.33º77.01%73.33%-
XYZ21.8712.53.95-
YUV86.51105.71199.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 67.51%
GREEN value IS 43 (17.19% from 255) = 15.52%
BLUE value IS 47 (18.75% from 255) = 16.97%
R=67.51%
G=15.52%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187434700.770.750.27358.3362.6145.1
HexBB2B2F04D4B1B1663f2d
Octal27353570115113335467755
Binary1011101110101110111101001101100101111011101100110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb2b2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb2b2f; }

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

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

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

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

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

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

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

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