#B9282C

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

Shades of Mahogany #B9282C

Tints of Mahogany #B9282C

Color information

#B9282C (or 0xB9282C) is unknown color: approx Mahogany. HEX triplet: B9, 28 and 2C. RGB value is (185,40,44). Sum of RGB (Red+Green+Blue) = 185+40+44=269 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.77% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 185 - color contains mainly: red. Hex color #B9282C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9282C is #46D7D3. Grayscale: #535353. Windows color (decimal): -4642772 or 2894009. OLE color: 2894009.

HSL color Cylindrical-coordinate representation of color #B9282C: hue angle of 358.34º 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 #B9282C is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB1854044-
CMYK00.780.760.27
HSL358.34º64.44%44.12%-
HSV(B)358.34º78.38%72.55%-
XYZ21.2212.013.58-
YUV83.81105.54200.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 68.77%
GREEN value IS 40 (16.02% from 255) = 14.87%
BLUE value IS 44 (17.58% from 255) = 16.36%
R=68.77%
G=14.87%
B=16.36%

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
Decimal185404400.780.760.27358.3464.4444.12
HexB9282C04E4C1B166402c
Octal271505401161143354610054
Binary10111001101000101100010011101001100110111011001101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9282C; }

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

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

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

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

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

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

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

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