#B63236

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

Shades of Mahogany #B63236

Tints of Mahogany #B63236

Color information

#B63236 (or 0xB63236) is unknown color: approx Mahogany. HEX triplet: B6, 32 and 36. RGB value is (182,50,54). Sum of RGB (Red+Green+Blue) = 182+50+54=286 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.64% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 182 - color contains mainly: red. Hex color #B63236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63236 is #49CDC9. Grayscale: #5A5A5A. Windows color (decimal): -4836810 or 3551926. OLE color: 3551926.

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

Color convert

RGB1825054-
CMYK00.730.700.29
HSL358.18º56.9%45.49%-
HSV(B)358.18º72.53%71.37%-
XYZ21.112.494.79-
YUV89.92107.73193.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 63.64%
GREEN value IS 50 (19.92% from 255) = 17.48%
BLUE value IS 54 (21.48% from 255) = 18.88%
R=63.64%
G=17.48%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182505400.730.700.29358.1856.945.49
HexB63236049461D166392d
Octal26662660111106355467155
Binary1011011011001011011001001001100011011101101100110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63236; }

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

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

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

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

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

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

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

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