#B62E32

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

Shades of Mahogany #B62E32

Tints of Mahogany #B62E32

Color information

#B62E32 (or 0xB62E32) is unknown color: approx Mahogany. HEX triplet: B6, 2E and 32. RGB value is (182,46,50). Sum of RGB (Red+Green+Blue) = 182+46+50=278 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.47% from 278); Green value is 46 (18.36% from 255 or 16.55% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 182 - color contains mainly: red. Hex color #B62E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62E32 is #49D1CD. Grayscale: #575757. Windows color (decimal): -4837838 or 3288758. OLE color: 3288758.

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

Color convert

RGB1824650-
CMYK00.750.730.29
HSL358.24º59.65%44.71%-
HSV(B)358.24º74.73%71.37%-
XYZ20.8412.134.26-
YUV87.12107.06195.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.47%
GREEN value IS 46 (18.36% from 255) = 16.55%
BLUE value IS 50 (19.92% from 255) = 17.99%
R=65.47%
G=16.55%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182465000.750.730.29358.2459.6544.71
HexB62E3204B491D1663c2d
Octal26656620113111355467455
Binary1011011010111011001001001011100100111101101100110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62E32; }

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

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

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

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

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

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

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

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