#BF4444

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

Shades of Chestnut #BF4444

Tints of Chestnut #BF4444

Color information

#BF4444 (or 0xBF4444) is unknown color: approx Chestnut. HEX triplet: BF, 44 and 44. RGB value is (191,68,68). Sum of RGB (Red+Green+Blue) = 191+68+68=327 (43% of max value = 765). Red value is 191 (75% from 255 or 58.41% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4444 is #40BBBB. Grayscale: #686868. Windows color (decimal): -4242364 or 4474047. OLE color: 4474047.

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

Color convert

RGB1916868-
CMYK00.640.640.25
HSL49%50.78%-
HSV(B)64.4%74.9%-
XYZ24.615.637.19-
YUV104.78107.25189.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.41%
GREEN value IS 68 (26.95% from 255) = 20.80%
BLUE value IS 68 (26.95% from 255) = 20.80%
R=58.41%
G=20.80%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191686800.640.640.2504950.78
HexBF4444040401903133
Octal27710410401001003106163
Binary1011111110001001000100010000001000000110010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4444; }

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

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

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

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

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

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

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

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