Html Css Color HEX #BF4841 Chestnut

📋 copy color: '#BF4841'

red 191 ◦ green 72 ◦ blue 65

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

Shades of Chestnut #BF4841

Tints of Chestnut #BF4841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.95%

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

R = 58.23%
G = 21.95%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF4841 (or 0xBF4841) is known color: Chestnut. HEX triplet: BF, 48 and 41. RGB value is (191,72,65). Sum of RGB (Red+Green+Blue) = 191+72+65=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4841 is #40B7BE. Grayscale: #6A6A6A. Windows color (decimal): -4241343 or 4278463. OLE color: 4278463.

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

Color convert

RGB 191 72 65 -
CMYK 0 0.62 0.66 0.25
HSL 3.33º 0.5% 0.5% -
HSV(B) 3.33º 0.66% 0.75% -
XYZ 24.76 16.09 6.8 -
YUV 106.78 104.42 188.07 -
System Red Green Blue C M Y K H S L
Decimal 191 72 65 0 0.62 0.66 0.25 3.33 0.5 0.5
Hex BF 48 41 0 3E 42 19 3 32 32
Octal 277 110 101 0 76 102 31 3 62 62
Binary 10111111 1001000 1000001 0 111110 1000010 11001 11 110010 110010

Color Harmonies of #BF4841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4841

Black with #BF4841

Text Example


Text Example

White with #BF4841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4841; }

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

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

background-color css

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

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

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

border-color css

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

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

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