#BF433F

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

Shades of Chestnut #BF433F

Tints of Chestnut #BF433F

Color information

#BF433F (or 0xBF433F) is unknown color: approx Chestnut. HEX triplet: BF, 43 and 3F. RGB value is (191,67,63). Sum of RGB (Red+Green+Blue) = 191+67+63=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF433F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF433F is #40BCC0. Grayscale: #676767. Windows color (decimal): -4242625 or 4146111. OLE color: 4146111.

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

Color convert

RGB1916763-
CMYK00.650.670.25
HSL1.88º50.39%49.8%-
HSV(B)1.88º67.02%74.9%-
XYZ24.3915.456.4-
YUV103.62105.08190.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.50%
GREEN value IS 67 (26.56% from 255) = 20.87%
BLUE value IS 63 (25% from 255) = 19.63%
R=59.50%
G=20.87%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191676300.650.670.251.8850.3949.8
HexBF433F041431923232
Octal2771037701011033126262
Binary1011111110000111111110100000110000111100110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF433F; }

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

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

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

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

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

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

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

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