#BF3234

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

Shades of Mahogany #BF3234

Tints of Mahogany #BF3234

Color information

#BF3234 (or 0xBF3234) is unknown color: approx Mahogany. HEX triplet: BF, 32 and 34. RGB value is (191,50,52). Sum of RGB (Red+Green+Blue) = 191+50+52=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3234 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3234 is #40CDCB. Grayscale: #5C5C5C. Windows color (decimal): -4246988 or 3420863. OLE color: 3420863.

HSL color Cylindrical-coordinate representation of color #BF3234: hue angle of 359.15º 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 #BF3234 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB1915052-
CMYK00.740.730.25
HSL359.15º58.51%47.25%-
HSV(B)359.15º73.82%74.9%-
XYZ23.2513.614.65-
YUV92.39105.21198.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 65.19%
GREEN value IS 50 (19.92% from 255) = 17.06%
BLUE value IS 52 (20.70% from 255) = 17.75%
R=65.19%
G=17.06%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191505200.740.730.25359.1558.5147.25
HexBF323404A49191673b2f
Octal27762640112111315477357
Binary1011111111001011010001001010100100111001101100111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3234; }

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

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

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

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

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

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

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

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