#BF4345

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

Shades of Mahogany #BF4345

Tints of Mahogany #BF4345

Color information

#BF4345 (or 0xBF4345) is unknown color: approx Mahogany. HEX triplet: BF, 43 and 45. RGB value is (191,67,69). Sum of RGB (Red+Green+Blue) = 191+67+69=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4345 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4345 is #40BCBA. Grayscale: #686868. Windows color (decimal): -4242619 or 4539327. OLE color: 4539327.

HSL color Cylindrical-coordinate representation of color #BF4345: hue angle of 359.03º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4345 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB1916769-
CMYK00.650.640.25
HSL359.03º49.21%50.59%-
HSV(B)359.03º64.92%74.9%-
XYZ24.5715.527.33-
YUV104.3108.08189.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.41%
GREEN value IS 67 (26.56% from 255) = 20.49%
BLUE value IS 69 (27.34% from 255) = 21.10%
R=58.41%
G=20.49%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191676900.650.640.25359.0349.2150.59
HexBF434504140191673133
Octal2771031050101100315476163
Binary101111111000011100010101000001100000011001101100111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4345; }

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

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

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

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

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

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

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

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