#B9282D

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

Shades of Mahogany #B9282D

Tints of Mahogany #B9282D

Color information

#B9282D (or 0xB9282D) is unknown color: approx Mahogany. HEX triplet: B9, 28 and 2D. RGB value is (185,40,45). Sum of RGB (Red+Green+Blue) = 185+40+45=270 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.52% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 185 - color contains mainly: red. Hex color #B9282D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9282D is #46D7D2. Grayscale: #545454. Windows color (decimal): -4642771 or 2959545. OLE color: 2959545.

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

Color convert

RGB1854045-
CMYK00.780.760.27
HSL357.93º64.44%44.12%-
HSV(B)357.93º78.38%72.55%-
XYZ21.2412.023.68-
YUV83.92106.04200.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 68.52%
GREEN value IS 40 (16.02% from 255) = 14.81%
BLUE value IS 45 (17.97% from 255) = 16.67%
R=68.52%
G=14.81%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185404500.780.760.27357.9364.4444.12
HexB9282D04E4C1B166402c
Octal271505501161143354610054
Binary10111001101000101101010011101001100110111011001101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9282D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9282D; }

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

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

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

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

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

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

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

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