#BF4442

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

Shades of Chestnut #BF4442

Tints of Chestnut #BF4442

Color information

#BF4442 (or 0xBF4442) is unknown color: approx Chestnut. HEX triplet: BF, 44 and 42. RGB value is (191,68,66). Sum of RGB (Red+Green+Blue) = 191+68+66=325 (43% of max value = 765). Red value is 191 (75% from 255 or 58.77% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4442 is #40BBBD. Grayscale: #686868. Windows color (decimal): -4242366 or 4342975. OLE color: 4342975.

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

Color convert

RGB1916866-
CMYK00.640.650.25
HSL0.96º49.41%50.39%-
HSV(B)0.96º65.45%74.9%-
XYZ24.5415.66.87-
YUV104.55106.25189.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.77%
GREEN value IS 68 (26.95% from 255) = 20.92%
BLUE value IS 66 (26.17% from 255) = 20.31%
R=58.77%
G=20.92%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191686600.640.650.250.9649.4150.39
HexBF4442040411913132
Octal27710410201001013116162
Binary1011111110001001000010010000001000001110011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4442; }

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

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

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

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

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

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

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

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