#BF443F

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

Shades of Chestnut #BF443F

Tints of Chestnut #BF443F

Color information

#BF443F (or 0xBF443F) is unknown color: approx Chestnut. HEX triplet: BF, 44 and 3F. RGB value is (191,68,63). Sum of RGB (Red+Green+Blue) = 191+68+63=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF443F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF443F is #40BBC0. Grayscale: #686868. Windows color (decimal): -4242369 or 4146367. OLE color: 4146367.

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

Color convert

RGB1916863-
CMYK00.640.670.25
HSL2.34º50.39%49.8%-
HSV(B)2.34º67.02%74.9%-
XYZ24.4515.576.42-
YUV104.21104.75189.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.32%
GREEN value IS 68 (26.95% from 255) = 21.12%
BLUE value IS 63 (25% from 255) = 19.57%
R=59.32%
G=21.12%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191686300.640.670.252.3450.3949.8
HexBF443F040431923232
Octal2771047701001033126262
Binary1011111110001001111110100000010000111100110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF443F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF443F; }

 p { color: rgb(191,68,63); }

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

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

 a { background-color: rgb(191,68,63); }

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

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

 span { border-color: rgb(191,68,63); }

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