#BF3036

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

Shades of Mahogany #BF3036

Tints of Mahogany #BF3036

Color information

#BF3036 (or 0xBF3036) is unknown color: approx Mahogany. HEX triplet: BF, 30 and 36. RGB value is (191,48,54). Sum of RGB (Red+Green+Blue) = 191+48+54=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3036 is #40CFC9. Grayscale: #5B5B5B. Windows color (decimal): -4247498 or 3551423. OLE color: 3551423.

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

Color convert

RGB1914854-
CMYK00.750.720.25
HSL357.48º59.83%46.86%-
HSV(B)357.48º74.87%74.9%-
XYZ23.2113.464.86-
YUV91.44106.88199.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 65.19%
GREEN value IS 48 (19.14% from 255) = 16.38%
BLUE value IS 54 (21.48% from 255) = 18.43%
R=65.19%
G=16.38%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191485400.750.720.25357.4859.8346.86
HexBF303604B48191653c2f
Octal27760660113110315457457
Binary1011111111000011011001001011100100011001101100101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3036; }

 p { color: rgb(191,48,54); }

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

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

 a { background-color: rgb(191,48,54); }

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

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

 span { border-color: rgb(191,48,54); }

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