#B63637

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

Shades of Mahogany #B63637

Tints of Mahogany #B63637

Color information

#B63637 (or 0xB63637) is unknown color: approx Mahogany. HEX triplet: B6, 36 and 37. RGB value is (182,54,55). Sum of RGB (Red+Green+Blue) = 182+54+55=291 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.54% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 182 - color contains mainly: red. Hex color #B63637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63637 is #49C9C8. Grayscale: #5C5C5C. Windows color (decimal): -4835785 or 3618486. OLE color: 3618486.

HSL color Cylindrical-coordinate representation of color #B63637: hue angle of 359.53º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63637 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB1825455-
CMYK00.700.700.29
HSL359.53º54.24%46.27%-
HSV(B)359.53º70.33%71.37%-
XYZ21.312.864.97-
YUV92.39106.91191.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.54%
GREEN value IS 54 (21.48% from 255) = 18.56%
BLUE value IS 55 (21.88% from 255) = 18.90%
R=62.54%
G=18.56%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182545500.700.700.29359.5354.2446.27
HexB63637046461D168362e
Octal26666670106106355506656
Binary1011011011011011011101000110100011011101101101000110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63637; }

 p { color: rgb(182,54,55); }

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

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

 a { background-color: rgb(182,54,55); }

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

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

 span { border-color: rgb(182,54,55); }

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