#BF453F

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

Shades of Chestnut #BF453F

Tints of Chestnut #BF453F

Color information

#BF453F (or 0xBF453F) is unknown color: approx Chestnut. HEX triplet: BF, 45 and 3F. RGB value is (191,69,63). Sum of RGB (Red+Green+Blue) = 191+69+63=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF453F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF453F is #40BAC0. Grayscale: #686868. Windows color (decimal): -4242113 or 4146623. OLE color: 4146623.

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

Color convert

RGB1916963-
CMYK00.640.670.25
HSL2.81º50.39%49.8%-
HSV(B)2.81º67.02%74.9%-
XYZ24.5115.696.44-
YUV104.79104.42189.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.13%
GREEN value IS 69 (27.34% from 255) = 21.36%
BLUE value IS 63 (25% from 255) = 19.50%
R=59.13%
G=21.36%
B=19.50%

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
Decimal191696300.640.670.252.8150.3949.8
HexBF453F040431933232
Octal2771057701001033136262
Binary1011111110001011111110100000010000111100111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF453F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF453F; }

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

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

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

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

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

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

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

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