Html Css Color HEX #BE4841 Chestnut

📋 copy color: '#BE4841'

red 190 ◦ green 72 ◦ blue 65

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

Shades of Chestnut #BE4841

Tints of Chestnut #BE4841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.02%

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

R = 58.1%
G = 22.02%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE4841 (or 0xBE4841) is known color: Chestnut. HEX triplet: BE, 48 and 41. RGB value is (190,72,65). Sum of RGB (Red+Green+Blue) = 190+72+65=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4841 is #41B7BE. Grayscale: #6A6A6A. Windows color (decimal): -4306879 or 4278462. OLE color: 4278462.

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

Color convert

RGB 190 72 65 -
CMYK 0 0.62 0.66 0.25
HSL 3.36º 0.49% 0.5% -
HSV(B) 3.36º 0.66% 0.75% -
XYZ 24.51 15.96 6.79 -
YUV 106.48 104.59 187.57 -
System Red Green Blue C M Y K H S L
Decimal 190 72 65 0 0.62 0.66 0.25 3.36 0.49 0.5
Hex BE 48 41 0 3E 42 19 3 31 32
Octal 276 110 101 0 76 102 31 3 61 62
Binary 10111110 1001000 1000001 0 111110 1000010 11001 11 110001 110010

Color Harmonies of #BE4841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4841

Black with #BE4841

Text Example


Text Example

White with #BE4841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4841; }

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

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

background-color css

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

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

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

border-color css

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

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

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