Html Css Color HEX #BF4040 Chestnut

📋 copy color: '#BF4040'

red 191 ◦ green 64 ◦ blue 64

#BF4040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chestnut #BF4040

Tints of Chestnut #BF4040

RGB

 RED value IS 191 (75% from 255) = 59.87%

 GREEN value IS 64 (25.39% from 255) = 20.06%

 BLUE value IS 64 (25.39% from 255) = 20.06%

R = 59.87%
G = 20.06%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF4040 (or 0xBF4040) is known color: Chestnut. HEX triplet: BF, 40 and 40. RGB value is (191,64,64). Sum of RGB (Red+Green+Blue) = 191+64+64=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4040 is #40BFBF. Grayscale: #666666. Windows color (decimal): -4243392 or 4210879. OLE color: 4210879.

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

Color convert

RGB 191 64 64 -
CMYK 0 0.66 0.66 0.25
HSL 0.5% 0.5% -
HSV(B) 0.66% 0.75% -
XYZ 24.24 15.11 6.49 -
YUV 101.97 106.58 191.5 -
System Red Green Blue C M Y K H S L
Decimal 191 64 64 0 0.66 0.66 0.25 0 0.5 0.5
Hex BF 40 40 0 42 42 19 0 32 32
Octal 277 100 100 0 102 102 31 0 62 62
Binary 10111111 1000000 1000000 0 1000010 1000010 11001 0 110010 110010

Color Harmonies of #BF4040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4040

Black with #BF4040

Text Example


Text Example

White with #BF4040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4040; }

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

 H1.HeaderClassName
 {
   color: #BF4040;
 }
 .AnyTagClassName
 {
   color: #BF4040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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