#BF4144

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

Shades of Mahogany #BF4144

Tints of Mahogany #BF4144

Color information

#BF4144 (or 0xBF4144) is unknown color: approx Mahogany. HEX triplet: BF, 41 and 44. RGB value is (191,65,68). Sum of RGB (Red+Green+Blue) = 191+65+68=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4144 is #40BEBB. Grayscale: #676767. Windows color (decimal): -4243132 or 4473279. OLE color: 4473279.

HSL color Cylindrical-coordinate representation of color #BF4144: hue angle of 358.57º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4144 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB1916568-
CMYK00.660.640.25
HSL358.57º49.61%50.2%-
HSV(B)358.57º65.97%74.9%-
XYZ24.4215.277.13-
YUV103.02108.24190.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.95%
GREEN value IS 65 (25.78% from 255) = 20.06%
BLUE value IS 68 (26.95% from 255) = 20.99%
R=58.95%
G=20.06%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191656800.660.640.25358.5749.6150.2
HexBF414404240191673232
Octal2771011040102100315476262
Binary101111111000001100010001000010100000011001101100111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4144; }

 p { color: rgb(191,65,68); }

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

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

 a { background-color: rgb(191,65,68); }

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

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

 span { border-color: rgb(191,65,68); }

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