#BF4A48

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

Shades of Chestnut #BF4A48

Tints of Chestnut #BF4A48

Color information

#BF4A48 (or 0xBF4A48) is unknown color: approx Chestnut. HEX triplet: BF, 4A and 48. RGB value is (191,74,72). Sum of RGB (Red+Green+Blue) = 191+74+72=337 (44% of max value = 765). Red value is 191 (75% from 255 or 56.68% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4A48 is #40B5B7. Grayscale: #6C6C6C. Windows color (decimal): -4240824 or 4737727. OLE color: 4737727.

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

Color convert

RGB1917472-
CMYK00.610.620.25
HSL1.01º48.18%51.57%-
HSV(B)1.01º62.3%74.9%-
XYZ25.116.447.98-
YUV108.76107.26186.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.68%
GREEN value IS 74 (29.30% from 255) = 21.96%
BLUE value IS 72 (28.52% from 255) = 21.36%
R=56.68%
G=21.96%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191747200.610.620.251.0148.1851.57
HexBF4A4803D3E1913034
Octal277112110075763116064
Binary10111111100101010010000111101111110110011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4A48; }

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

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

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

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

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

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

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

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