#BF4546

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

Shades of Mahogany #BF4546

Tints of Mahogany #BF4546

Color information

#BF4546 (or 0xBF4546) is unknown color: approx Mahogany. HEX triplet: BF, 45 and 46. RGB value is (191,69,70). Sum of RGB (Red+Green+Blue) = 191+69+70=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4546 is #40BAB9. Grayscale: #696969. Windows color (decimal): -4242106 or 4605375. OLE color: 4605375.

HSL color Cylindrical-coordinate representation of color #BF4546: 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 #BF4546 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB1916970-
CMYK00.640.630.25
HSL359.51º48.8%50.98%-
HSV(B)359.51º63.87%74.9%-
XYZ24.7215.777.54-
YUV105.59107.92188.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.88%
GREEN value IS 69 (27.34% from 255) = 20.91%
BLUE value IS 70 (27.73% from 255) = 21.21%
R=57.88%
G=20.91%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191697000.640.630.25359.5148.850.98
HexBF45460403F191683133
Octal277105106010077315506163
Binary10111111100010110001100100000011111111001101101000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4546; }

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

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

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

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

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

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

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

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