#BF4B44

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

Shades of Chestnut #BF4B44

Tints of Chestnut #BF4B44

Color information

#BF4B44 (or 0xBF4B44) is unknown color: approx Chestnut. HEX triplet: BF, 4B and 44. RGB value is (191,75,68). Sum of RGB (Red+Green+Blue) = 191+75+68=334 (44% of max value = 765). Red value is 191 (75% from 255 or 57.19% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4B44 is #40B4BB. Grayscale: #6D6D6D. Windows color (decimal): -4240572 or 4475839. OLE color: 4475839.

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

Color convert

RGB1917568-
CMYK00.610.640.25
HSL3.41º49%50.78%-
HSV(B)3.41º64.4%74.9%-
XYZ25.0516.537.34-
YUV108.89104.93186.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 57.19%
GREEN value IS 75 (29.69% from 255) = 22.46%
BLUE value IS 68 (26.95% from 255) = 20.36%
R=57.19%
G=22.46%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191756800.610.640.253.414950.78
HexBF4B4403D401933133
Octal2771131040751003136163
Binary1011111110010111000100011110110000001100111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4B44; }

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

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

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

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

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

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

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

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