Html Css Color HEX #BE4D42 Chestnut

📋 copy color: '#BE4D42'

red 190 ◦ green 77 ◦ blue 66

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

Shades of Chestnut #BE4D42

Tints of Chestnut #BE4D42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.82%

R = 57.06%
G = 23.12%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BE4D42 (or 0xBE4D42) is known color: Chestnut. HEX triplet: BE, 4D and 42. RGB value is (190,77,66). Sum of RGB (Red+Green+Blue) = 190+77+66=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE4D42 is #41B2BD. Grayscale: #6D6D6D. Windows color (decimal): -4305598 or 4345278. OLE color: 4345278.

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

Color convert

RGB 190 77 66 -
CMYK 0 0.59 0.65 0.25
HSL 5.32º 0.49% 0.5% -
HSV(B) 5.32º 0.65% 0.75% -
XYZ 24.87 16.65 7.06 -
YUV 109.53 103.44 185.39 -
System Red Green Blue C M Y K H S L
Decimal 190 77 66 0 0.59 0.65 0.25 5.32 0.49 0.5
Hex BE 4D 42 0 3B 41 19 5 31 32
Octal 276 115 102 0 73 101 31 5 61 62
Binary 10111110 1001101 1000010 0 111011 1000001 11001 101 110001 110010

Color Harmonies of #BE4D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4D42

Black with #BE4D42

Text Example


Text Example

White with #BE4D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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