Html Css Color HEX #BF4A40 Chestnut

📋 copy color: '#BF4A40'

red 191 ◦ green 74 ◦ blue 64

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

Shades of Chestnut #BF4A40

Tints of Chestnut #BF4A40

RGB

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

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

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

R = 58.05%
G = 22.49%
B = 19.45%

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

#BF4A40 (or 0xBF4A40) is known color: Chestnut. HEX triplet: BF, 4A and 40. RGB value is (191,74,64). Sum of RGB (Red+Green+Blue) = 191+74+64=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4A40 is #40B5BF. Grayscale: #6C6C6C. Windows color (decimal): -4240832 or 4213439. OLE color: 4213439.

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

Color convert

RGB 191 74 64 -
CMYK 0 0.61 0.66 0.25
HSL 4.72º 0.5% 0.5% -
HSV(B) 4.72º 0.66% 0.75% -
XYZ 24.86 16.34 6.69 -
YUV 107.84 103.26 187.31 -
System Red Green Blue C M Y K H S L
Decimal 191 74 64 0 0.61 0.66 0.25 4.72 0.5 0.5
Hex BF 4A 40 0 3D 42 19 5 32 32
Octal 277 112 100 0 75 102 31 5 62 62
Binary 10111111 1001010 1000000 0 111101 1000010 11001 101 110010 110010

Color Harmonies of #BF4A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A40

Black with #BF4A40

Text Example


Text Example

White with #BF4A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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