Html Css Color HEX #BE4D41 Chestnut

📋 copy color: '#BE4D41'

red 190 ◦ green 77 ◦ blue 65

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

Shades of Chestnut #BE4D41

Tints of Chestnut #BE4D41

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.19%

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

R = 57.23%
G = 23.19%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE4D41 (or 0xBE4D41) is known color: Chestnut. HEX triplet: BE, 4D and 41. RGB value is (190,77,65). Sum of RGB (Red+Green+Blue) = 190+77+65=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4D41 is #41B2BE. Grayscale: #6D6D6D. Windows color (decimal): -4305599 or 4279742. OLE color: 4279742.

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

Color convert

RGB 190 77 65 -
CMYK 0 0.59 0.66 0.25
HSL 5.76º 0.49% 0.5% -
HSV(B) 5.76º 0.66% 0.75% -
XYZ 24.84 16.64 6.9 -
YUV 109.42 102.94 185.48 -
System Red Green Blue C M Y K H S L
Decimal 190 77 65 0 0.59 0.66 0.25 5.76 0.49 0.5
Hex BE 4D 41 0 3B 42 19 6 31 32
Octal 276 115 101 0 73 102 31 6 61 62
Binary 10111110 1001101 1000001 0 111011 1000010 11001 110 110001 110010

Color Harmonies of #BE4D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4D41

Black with #BE4D41

Text Example


Text Example

White with #BE4D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4D41; }

 p { color: rgb(190,77,65); }

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

background-color css

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

 a { background-color: rgb(190,77,65); }

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

border-color css

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

 span { border-color: rgb(190,77,65); }

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