#BF3F40

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

Shades of Mahogany #BF3F40

Tints of Mahogany #BF3F40

Color information

#BF3F40 (or 0xBF3F40) is unknown color: approx Mahogany. HEX triplet: BF, 3F and 40. RGB value is (191,63,64). Sum of RGB (Red+Green+Blue) = 191+63+64=318 (42% of max value = 765). Red value is 191 (75% from 255 or 60.06% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3F40 is #40C0BF. Grayscale: #656565. Windows color (decimal): -4243648 or 4210623. OLE color: 4210623.

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

Color convert

RGB1916364-
CMYK00.670.660.25
HSL359.53º50.39%49.8%-
HSV(B)359.53º67.02%74.9%-
XYZ24.19156.47-
YUV101.39106.91191.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.06%
GREEN value IS 63 (25% from 255) = 19.81%
BLUE value IS 64 (25.39% from 255) = 20.13%
R=60.06%
G=19.81%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191636400.670.660.25359.5350.3949.8
HexBF3F4004342191683232
Octal277771000103102315506262
Binary10111111111111100000001000011100001011001101101000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3F40; }

 p { color: rgb(191,63,64); }

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

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

 a { background-color: rgb(191,63,64); }

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

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

 span { border-color: rgb(191,63,64); }

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