Html Css Color HEX #BE4F40 Chestnut

📋 copy color: '#BE4F40'

red 190 ◦ green 79 ◦ blue 64

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

Shades of Chestnut #BE4F40

Tints of Chestnut #BE4F40

RGB

 RED value IS 190 (74.61% from 255) = 57.06%

 GREEN value IS 79 (31.25% from 255) = 23.72%

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

R = 57.06%
G = 23.72%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE4F40 (or 0xBE4F40) is known color: Chestnut. HEX triplet: BE, 4F and 40. RGB value is (190,79,64). Sum of RGB (Red+Green+Blue) = 190+79+64=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4F40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4F40 is #41B0BF. Grayscale: #6E6E6E. Windows color (decimal): -4305088 or 4214718. OLE color: 4214718.

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

Color convert

RGB 190 79 64 -
CMYK 0 0.58 0.66 0.25
HSL 7.14º 0.5% 0.5% -
HSV(B) 7.14º 0.66% 0.75% -
XYZ 24.96 16.91 6.8 -
YUV 110.48 101.77 184.72 -
System Red Green Blue C M Y K H S L
Decimal 190 79 64 0 0.58 0.66 0.25 7.14 0.5 0.5
Hex BE 4F 40 0 3A 42 19 7 32 32
Octal 276 117 100 0 72 102 31 7 62 62
Binary 10111110 1001111 1000000 0 111010 1000010 11001 111 110010 110010

Color Harmonies of #BE4F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4F40

Black with #BE4F40

Text Example


Text Example

White with #BE4F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4F40; }

 p { color: rgb(190,79,64); }

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

background-color css

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

 a { background-color: rgb(190,79,64); }

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

border-color css

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

 span { border-color: rgb(190,79,64); }

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