#BB3738

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

Shades of Mahogany #BB3738

Tints of Mahogany #BB3738

Color information

#BB3738 (or 0xBB3738) is unknown color: approx Mahogany. HEX triplet: BB, 37 and 38. RGB value is (187,55,56). Sum of RGB (Red+Green+Blue) = 187+55+56=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3738 is #44C8C7. Grayscale: #5E5E5E. Windows color (decimal): -4507848 or 3684283. OLE color: 3684283.

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

Color convert

RGB1875556-
CMYK00.710.700.27
HSL359.55º54.55%47.45%-
HSV(B)359.55º70.59%73.33%-
XYZ22.5713.585.17-
YUV94.58106.23193.92-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.75%
GREEN value IS 55 (21.88% from 255) = 18.46%
BLUE value IS 56 (22.27% from 255) = 18.79%
R=62.75%
G=18.46%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187555600.710.700.27359.5554.5547.45
HexBB3738047461B168372f
Octal27367700107106335506757
Binary1011101111011111100001000111100011011011101101000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3738; }

 p { color: rgb(187,55,56); }

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

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

 a { background-color: rgb(187,55,56); }

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

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

 span { border-color: rgb(187,55,56); }

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