#BF3A3E

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

Shades of Mahogany #BF3A3E

Tints of Mahogany #BF3A3E

Color information

#BF3A3E (or 0xBF3A3E) is unknown color: approx Mahogany. HEX triplet: BF, 3A and 3E. RGB value is (191,58,62). Sum of RGB (Red+Green+Blue) = 191+58+62=311 (41% of max value = 765). Red value is 191 (75% from 255 or 61.41% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3A3E is #40C5C1. Grayscale: #626262. Windows color (decimal): -4244930 or 4078271. OLE color: 4078271.

HSL color Cylindrical-coordinate representation of color #BF3A3E: hue angle of 358.2º degrees, saturation: 0.53, 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 #BF3A3E is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB1915862-
CMYK00.700.680.25
HSL358.2º53.41%48.82%-
HSV(B)358.2º69.63%74.9%-
XYZ23.8714.456.09-
YUV98.22107.56194.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 61.41%
GREEN value IS 58 (23.05% from 255) = 18.65%
BLUE value IS 62 (24.61% from 255) = 19.94%
R=61.41%
G=18.65%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191586200.700.680.25358.253.4148.82
HexBF3A3E04644191663531
Octal27772760106104315466561
Binary1011111111101011111001000110100010011001101100110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3A3E; }

 p { color: rgb(191,58,62); }

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

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

 a { background-color: rgb(191,58,62); }

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

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

 span { border-color: rgb(191,58,62); }

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