#BF4243

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

Shades of Mahogany #BF4243

Tints of Mahogany #BF4243

Color information

#BF4243 (or 0xBF4243) is unknown color: approx Mahogany. HEX triplet: BF, 42 and 43. RGB value is (191,66,67). Sum of RGB (Red+Green+Blue) = 191+66+67=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4243 is #40BDBC. Grayscale: #676767. Windows color (decimal): -4242877 or 4407999. OLE color: 4407999.

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

Color convert

RGB1916667-
CMYK00.650.650.25
HSL359.52º49.41%50.39%-
HSV(B)359.52º65.45%74.9%-
XYZ24.4515.386.99-
YUV103.49107.41190.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.95%
GREEN value IS 66 (26.17% from 255) = 20.37%
BLUE value IS 67 (26.56% from 255) = 20.68%
R=58.95%
G=20.37%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191666700.650.650.25359.5249.4150.39
HexBF424304141191683132
Octal2771021030101101315506162
Binary101111111000010100001101000001100000111001101101000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4243; }

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

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

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

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

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

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

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

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