#B82B32

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

Shades of Mahogany #B82B32

Tints of Mahogany #B82B32

Color information

#B82B32 (or 0xB82B32) is unknown color: approx Mahogany. HEX triplet: B8, 2B and 32. RGB value is (184,43,50). Sum of RGB (Red+Green+Blue) = 184+43+50=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B82B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82B32 is #47D4CD. Grayscale: #565656. Windows color (decimal): -4707534 or 3287992. OLE color: 3287992.

HSL color Cylindrical-coordinate representation of color #B82B32: hue angle of 357.02º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82B32 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB1844350-
CMYK00.770.730.28
HSL357.02º62.11%44.51%-
HSV(B)357.02º76.63%72.16%-
XYZ21.2112.154.24-
YUV85.96107.71197.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 66.43%
GREEN value IS 43 (17.19% from 255) = 15.52%
BLUE value IS 50 (19.92% from 255) = 18.05%
R=66.43%
G=15.52%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184435000.770.730.28357.0262.1144.51
HexB82B3204D491C1653e2d
Octal27053620115111345457655
Binary1011100010101111001001001101100100111100101100101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82B32; }

 p { color: rgb(184,43,50); }

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

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

 a { background-color: rgb(184,43,50); }

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

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

 span { border-color: rgb(184,43,50); }

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