#BF393B

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

Shades of Mahogany #BF393B

Tints of Mahogany #BF393B

Color information

#BF393B (or 0xBF393B) is unknown color: approx Mahogany. HEX triplet: BF, 39 and 3B. RGB value is (191,57,59). Sum of RGB (Red+Green+Blue) = 191+57+59=307 (40% of max value = 765). Red value is 191 (75% from 255 or 62.21% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 191 - color contains mainly: red. Hex color #BF393B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF393B is #40C6C4. Grayscale: #616161. Windows color (decimal): -4245189 or 3881407. OLE color: 3881407.

HSL color Cylindrical-coordinate representation of color #BF393B: hue angle of 359.1º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF393B is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB1915759-
CMYK00.700.690.25
HSL359.1º54.03%48.63%-
HSV(B)359.1º70.16%74.9%-
XYZ23.7414.325.65-
YUV97.29106.39194.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.21%
GREEN value IS 57 (22.66% from 255) = 18.57%
BLUE value IS 59 (23.44% from 255) = 19.22%
R=62.21%
G=18.57%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191575900.700.690.25359.154.0348.63
HexBF393B04645191673631
Octal27771730106105315476661
Binary1011111111100111101101000110100010111001101100111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF393B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF393B; }

 p { color: rgb(191,57,59); }

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

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

 a { background-color: rgb(191,57,59); }

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

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

 span { border-color: rgb(191,57,59); }

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