Html Css Color HEX #BF4A41 Chestnut

📋 copy color: '#BF4A41'

red 191 ◦ green 74 ◦ blue 65

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

Shades of Chestnut #BF4A41

Tints of Chestnut #BF4A41

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.42%

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

R = 57.88%
G = 22.42%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF4A41 (or 0xBF4A41) is known color: Chestnut. HEX triplet: BF, 4A and 41. RGB value is (191,74,65). Sum of RGB (Red+Green+Blue) = 191+74+65=330 (43% of max value = 765). Red value is 191 (75% from 255 or 57.88% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4A41 is #40B5BE. Grayscale: #6C6C6C. Windows color (decimal): -4240831 or 4278975. OLE color: 4278975.

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

Color convert

RGB 191 74 65 -
CMYK 0 0.61 0.66 0.25
HSL 4.29º 0.5% 0.5% -
HSV(B) 4.29º 0.66% 0.75% -
XYZ 24.89 16.36 6.85 -
YUV 107.96 103.76 187.23 -
System Red Green Blue C M Y K H S L
Decimal 191 74 65 0 0.61 0.66 0.25 4.29 0.5 0.5
Hex BF 4A 41 0 3D 42 19 4 32 32
Octal 277 112 101 0 75 102 31 4 62 62
Binary 10111111 1001010 1000001 0 111101 1000010 11001 100 110010 110010

Color Harmonies of #BF4A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A41

Black with #BF4A41

Text Example


Text Example

White with #BF4A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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