#BB3436

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

Shades of Mahogany #BB3436

Tints of Mahogany #BB3436

Color information

#BB3436 (or 0xBB3436) is unknown color: approx Mahogany. HEX triplet: BB, 34 and 36. RGB value is (187,52,54). Sum of RGB (Red+Green+Blue) = 187+52+54=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3436 is #44CBC9. Grayscale: #5C5C5C. Windows color (decimal): -4508618 or 3552443. OLE color: 3552443.

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

Color convert

RGB1875254-
CMYK00.720.710.27
HSL359.11º56.49%46.86%-
HSV(B)359.11º72.19%73.33%-
XYZ22.3913.294.87-
YUV92.59106.23195.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 63.82%
GREEN value IS 52 (20.70% from 255) = 17.75%
BLUE value IS 54 (21.48% from 255) = 18.43%
R=63.82%
G=17.75%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187525400.720.710.27359.1156.4946.86
HexBB3436048471B167382f
Octal27364660110107335477057
Binary1011101111010011011001001000100011111011101100111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3436; }

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

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

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

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

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

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

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

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