#bf3f43

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

Shades of Mahogany #BF3F43

Tints of Mahogany #BF3F43

Color information

#BF3F43 (or 0xBF3F43) is unknown color: approx Mahogany. HEX triplet: BF, 3F and 43. RGB value is (191,63,67). Sum of RGB (Red+Green+Blue) = 191+63+67=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3F43 is #40C0BC. Grayscale: #656565. Windows color (decimal): -4243645 or 4407231. OLE color: 4407231.

HSL color Cylindrical-coordinate representation of color #BF3F43: hue angle of 358.12º 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 #BF3F43 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB1916367-
CMYK00.670.650.25
HSL358.12º50.39%49.8%-
HSV(B)358.12º67.02%74.9%-
XYZ24.2815.046.93-
YUV101.73108.41191.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.50%
GREEN value IS 63 (25% from 255) = 19.63%
BLUE value IS 67 (26.56% from 255) = 20.87%
R=59.50%
G=19.63%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191636700.670.650.25358.1250.3949.8
HexBF3F4304341191663232
Octal277771030103101315466262
Binary10111111111111100001101000011100000111001101100110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf3f43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf3f43; }

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

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

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

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

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

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

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

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