Html Css Color HEX #BE4A49 Chestnut

📋 copy color: '#BE4A49'

red 190 ◦ green 74 ◦ blue 73

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

Shades of Chestnut #BE4A49

Tints of Chestnut #BE4A49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.66%

R = 56.38%
G = 21.96%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BE4A49 (or 0xBE4A49) is known color: Chestnut. HEX triplet: BE, 4A and 49. RGB value is (190,74,73). Sum of RGB (Red+Green+Blue) = 190+74+73=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4A49 is #41B5B6. Grayscale: #6C6C6C. Windows color (decimal): -4306359 or 4803262. OLE color: 4803262.

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

Color convert

RGB 190 74 73 -
CMYK 0 0.61 0.62 0.25
HSL 0.51º 0.47% 0.52% -
HSV(B) 0.51º 0.62% 0.75% -
XYZ 24.89 16.33 8.14 -
YUV 108.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 190 74 73 0 0.61 0.62 0.25 0.51 0.47 0.52
Hex BE 4A 49 0 3D 3E 19 1 2F 34
Octal 276 112 111 0 75 76 31 1 57 64
Binary 10111110 1001010 1001001 0 111101 111110 11001 1 101111 110100

Color Harmonies of #BE4A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4A49

Black with #BE4A49

Text Example


Text Example

White with #BE4A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4A49; }

 p { color: rgb(190,74,73); }

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

background-color css

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

 a { background-color: rgb(190,74,73); }

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

border-color css

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

 span { border-color: rgb(190,74,73); }

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