Html Css Color HEX #BE4D44 Chestnut

📋 copy color: '#BE4D44'

red 190 ◦ green 77 ◦ blue 68

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

Shades of Chestnut #BE4D44

Tints of Chestnut #BE4D44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.3%

R = 56.72%
G = 22.99%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#BE4D44 (or 0xBE4D44) is known color: Chestnut. HEX triplet: BE, 4D and 44. RGB value is (190,77,68). Sum of RGB (Red+Green+Blue) = 190+77+68=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4D44 is #41B2BB. Grayscale: #6D6D6D. Windows color (decimal): -4305596 or 4476350. OLE color: 4476350.

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

Color convert

RGB 190 77 68 -
CMYK 0 0.59 0.64 0.25
HSL 4.43º 0.48% 0.51% -
HSV(B) 4.43º 0.64% 0.75% -
XYZ 24.93 16.67 7.37 -
YUV 109.76 104.44 185.23 -
System Red Green Blue C M Y K H S L
Decimal 190 77 68 0 0.59 0.64 0.25 4.43 0.48 0.51
Hex BE 4D 44 0 3B 40 19 4 30 33
Octal 276 115 104 0 73 100 31 4 60 63
Binary 10111110 1001101 1000100 0 111011 1000000 11001 100 110000 110011

Color Harmonies of #BE4D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4D44

Black with #BE4D44

Text Example


Text Example

White with #BE4D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4D44; }

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

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

background-color css

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

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

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

border-color css

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

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

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