Html Css Color HEX #BF4A47 Chestnut

📋 copy color: '#BF4A47'

red 191 ◦ green 74 ◦ blue 71

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

Shades of Chestnut #BF4A47

Tints of Chestnut #BF4A47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 21.13%

R = 56.85%
G = 22.02%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF4A47 (or 0xBF4A47) is known color: Chestnut. HEX triplet: BF, 4A and 47. RGB value is (191,74,71). Sum of RGB (Red+Green+Blue) = 191+74+71=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4A47 is #40B5B8. Grayscale: #6C6C6C. Windows color (decimal): -4240825 or 4672191. OLE color: 4672191.

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

Color convert

RGB 191 74 71 -
CMYK 0 0.61 0.63 0.25
HSL 1.5º 0.48% 0.51% -
HSV(B) 1.5º 0.63% 0.75% -
XYZ 25.07 16.43 7.81 -
YUV 108.64 106.76 186.74 -
System Red Green Blue C M Y K H S L
Decimal 191 74 71 0 0.61 0.63 0.25 1.5 0.48 0.51
Hex BF 4A 47 0 3D 3F 19 2 30 33
Octal 277 112 107 0 75 77 31 2 60 63
Binary 10111111 1001010 1000111 0 111101 111111 11001 10 110000 110011

Color Harmonies of #BF4A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A47

Black with #BF4A47

Text Example


Text Example

White with #BF4A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A47; }

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

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

background-color css

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

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

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

border-color css

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

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

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