#bf483f

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

Shades of Chestnut #BF483F

Tints of Chestnut #BF483F

Color information

#BF483F (or 0xBF483F) is unknown color: approx Chestnut. HEX triplet: BF, 48 and 3F. RGB value is (191,72,63). Sum of RGB (Red+Green+Blue) = 191+72+63=326 (43% of max value = 765). Red value is 191 (75% from 255 or 58.59% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 191 - color contains mainly: red. Hex color #BF483F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF483F is #40B7C0. Grayscale: #6A6A6A. Windows color (decimal): -4241345 or 4147391. OLE color: 4147391.

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

Color convert

RGB1917263-
CMYK00.620.670.25
HSL4.22º50.39%49.8%-
HSV(B)4.22º67.02%74.9%-
XYZ24.716.076.5-
YUV106.56103.42188.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.59%
GREEN value IS 72 (28.52% from 255) = 22.09%
BLUE value IS 63 (25% from 255) = 19.33%
R=58.59%
G=22.09%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191726300.620.670.254.2250.3949.8
HexBF483F03E431943232
Octal277110770761033146262
Binary1011111110010001111110111110100001111001100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf483f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf483f; }

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

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

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

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

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

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

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

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