#BF4445

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

Shades of Mahogany #BF4445

Tints of Mahogany #BF4445

Color information

#BF4445 (or 0xBF4445) is unknown color: approx Mahogany. HEX triplet: BF, 44 and 45. RGB value is (191,68,69). Sum of RGB (Red+Green+Blue) = 191+68+69=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4445 is #40BBBA. Grayscale: #696969. Windows color (decimal): -4242363 or 4539583. OLE color: 4539583.

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

Color convert

RGB1916869-
CMYK00.640.640.25
HSL359.51º49%50.78%-
HSV(B)359.51º64.4%74.9%-
XYZ24.6315.647.35-
YUV104.89107.75189.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.23%
GREEN value IS 68 (26.95% from 255) = 20.73%
BLUE value IS 69 (27.34% from 255) = 21.04%
R=58.23%
G=20.73%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191686900.640.640.25359.514950.78
HexBF444504040191683133
Octal2771041050100100315506163
Binary101111111000100100010101000000100000011001101101000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4445; }

 p { color: rgb(191,68,69); }

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

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

 a { background-color: rgb(191,68,69); }

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

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

 span { border-color: rgb(191,68,69); }

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