Html Css Color HEX #BF4441 Chestnut

📋 copy color: '#BF4441'

red 191 ◦ green 68 ◦ blue 65

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

Shades of Chestnut #BF4441

Tints of Chestnut #BF4441

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.99%

 BLUE value IS 65 (25.78% from 255) = 20.06%

R = 58.95%
G = 20.99%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF4441 (or 0xBF4441) is known color: Chestnut. HEX triplet: BF, 44 and 41. RGB value is (191,68,65). Sum of RGB (Red+Green+Blue) = 191+68+65=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4441 is #40BBBE. Grayscale: #686868. Windows color (decimal): -4242367 or 4277439. OLE color: 4277439.

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

Color convert

RGB 191 68 65 -
CMYK 0 0.64 0.66 0.25
HSL 1.43º 0.5% 0.5% -
HSV(B) 1.43º 0.66% 0.75% -
XYZ 24.51 15.59 6.72 -
YUV 104.44 105.75 189.74 -
System Red Green Blue C M Y K H S L
Decimal 191 68 65 0 0.64 0.66 0.25 1.43 0.5 0.5
Hex BF 44 41 0 40 42 19 1 32 32
Octal 277 104 101 0 100 102 31 1 62 62
Binary 10111111 1000100 1000001 0 1000000 1000010 11001 1 110010 110010

Color Harmonies of #BF4441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4441

Black with #BF4441

Text Example


Text Example

White with #BF4441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4441; }

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

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

background-color css

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

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

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

border-color css

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

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

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