#BF292E

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

Shades of Mahogany #BF292E

Tints of Mahogany #BF292E

Color information

#BF292E (or 0xBF292E) is unknown color: approx Mahogany. HEX triplet: BF, 29 and 2E. RGB value is (191,41,46). Sum of RGB (Red+Green+Blue) = 191+41+46=278 (36% of max value = 765). Red value is 191 (75% from 255 or 68.71% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 191 - color contains mainly: red. Hex color #BF292E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF292E is #40D6D1. Grayscale: #565656. Windows color (decimal): -4249298 or 3025343. OLE color: 3025343.

HSL color Cylindrical-coordinate representation of color #BF292E: hue angle of 358º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF292E is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB1914146-
CMYK00.790.760.25
HSL358º64.66%45.49%-
HSV(B)358º78.53%74.9%-
XYZ22.7712.863.87-
YUV86.42105.2202.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 68.71%
GREEN value IS 41 (16.41% from 255) = 14.75%
BLUE value IS 46 (18.36% from 255) = 16.55%
R=68.71%
G=14.75%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191414600.790.760.2535864.6645.49
HexBF292E04F4C19166412d
Octal277515601171143154610155
Binary10111111101001101110010011111001100110011011001101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF292E; }

 p { color: rgb(191,41,46); }

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

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

 a { background-color: rgb(191,41,46); }

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

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

 span { border-color: rgb(191,41,46); }

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