#BF3236

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

Shades of Mahogany #BF3236

Tints of Mahogany #BF3236

Color information

#BF3236 (or 0xBF3236) is unknown color: approx Mahogany. HEX triplet: BF, 32 and 36. RGB value is (191,50,54). Sum of RGB (Red+Green+Blue) = 191+50+54=295 (39% of max value = 765). Red value is 191 (75% from 255 or 64.75% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3236 is #40CDC9. Grayscale: #5C5C5C. Windows color (decimal): -4246986 or 3551935. OLE color: 3551935.

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

Color convert

RGB1915054-
CMYK00.740.720.25
HSL358.3º58.51%47.25%-
HSV(B)358.3º73.82%74.9%-
XYZ23.2913.624.89-
YUV92.62106.21198.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.75%
GREEN value IS 50 (19.92% from 255) = 16.95%
BLUE value IS 54 (21.48% from 255) = 18.31%
R=64.75%
G=16.95%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191505400.740.720.25358.358.5147.25
HexBF323604A48191663b2f
Octal27762660112110315467357
Binary1011111111001011011001001010100100011001101100110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3236; }

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

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

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

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

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

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

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

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