#BF4545

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

Shades of Chestnut #BF4545

Tints of Chestnut #BF4545

Color information

#BF4545 (or 0xBF4545) is unknown color: approx Chestnut. HEX triplet: BF, 45 and 45. RGB value is (191,69,69). Sum of RGB (Red+Green+Blue) = 191+69+69=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4545 is #40BABA. Grayscale: #696969. Windows color (decimal): -4242107 or 4539839. OLE color: 4539839.

HSL color Cylindrical-coordinate representation of color #BF4545: 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 #BF4545 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB1916969-
CMYK00.640.640.25
HSL48.8%50.98%-
HSV(B)63.87%74.9%-
XYZ24.6915.767.37-
YUV105.48107.42189-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 58.05%
GREEN value IS 69 (27.34% from 255) = 20.97%
BLUE value IS 69 (27.34% from 255) = 20.97%
R=58.05%
G=20.97%
B=20.97%

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
Decimal191696900.640.640.25048.850.98
HexBF4545040401903133
Octal27710510501001003106163
Binary1011111110001011000101010000001000000110010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4545; }

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

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

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

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

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

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

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

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