#B8282D

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

Shades of Mahogany #B8282D

Tints of Mahogany #B8282D

Color information

#B8282D (or 0xB8282D) is unknown color: approx Mahogany. HEX triplet: B8, 28 and 2D. RGB value is (184,40,45). Sum of RGB (Red+Green+Blue) = 184+40+45=269 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.40% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 184 - color contains mainly: red. Hex color #B8282D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8282D is #47D7D2. Grayscale: #535353. Windows color (decimal): -4708307 or 2959544. OLE color: 2959544.

HSL color Cylindrical-coordinate representation of color #B8282D: hue angle of 357.92º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B8282D is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB1844045-
CMYK00.780.760.28
HSL357.92º64.29%43.92%-
HSV(B)357.92º78.26%72.16%-
XYZ2111.93.67-
YUV83.63106.21199.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 68.40%
GREEN value IS 40 (16.02% from 255) = 14.87%
BLUE value IS 45 (17.97% from 255) = 16.73%
R=68.40%
G=14.87%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184404500.780.760.28357.9264.2943.92
HexB8282D04E4C1C166402c
Octal270505501161143454610054
Binary10111000101000101101010011101001100111001011001101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8282D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8282D; }

 p { color: rgb(184,40,45); }

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

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

 a { background-color: rgb(184,40,45); }

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

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

 span { border-color: rgb(184,40,45); }

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