#BF2C32

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

Shades of Mahogany #BF2C32

Tints of Mahogany #BF2C32

Color information

#BF2C32 (or 0xBF2C32) is unknown color: approx Mahogany. HEX triplet: BF, 2C and 32. RGB value is (191,44,50). Sum of RGB (Red+Green+Blue) = 191+44+50=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2C32 is #40D3CD. Grayscale: #585858. Windows color (decimal): -4248526 or 3288255. OLE color: 3288255.

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

Color convert

RGB1914450-
CMYK00.770.740.25
HSL357.55º62.55%46.08%-
HSV(B)357.55º76.96%74.9%-
XYZ22.9613.114.34-
YUV88.64106.2201.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 67.02%
GREEN value IS 44 (17.58% from 255) = 15.44%
BLUE value IS 50 (19.92% from 255) = 17.54%
R=67.02%
G=15.44%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191445000.770.740.25357.5562.5546.08
HexBF2C3204D4A191663f2e
Octal27754620115112315467756
Binary1011111110110011001001001101100101011001101100110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2C32; }

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

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

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

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

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

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

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

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