Html Css Color HEX #BE4340 Chestnut

📋 copy color: '#BE4340'

red 190 ◦ green 67 ◦ blue 64

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

Shades of Chestnut #BE4340

Tints of Chestnut #BE4340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.87%

 BLUE value IS 64 (25.39% from 255) = 19.94%

R = 59.19%
G = 20.87%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE4340 (or 0xBE4340) is known color: Chestnut. HEX triplet: BE, 43 and 40. RGB value is (190,67,64). Sum of RGB (Red+Green+Blue) = 190+67+64=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4340 is #41BCBF. Grayscale: #676767. Windows color (decimal): -4308160 or 4211646. OLE color: 4211646.

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

Color convert

RGB 190 67 64 -
CMYK 0 0.65 0.66 0.25
HSL 1.43º 0.5% 0.5% -
HSV(B) 1.43º 0.66% 0.75% -
XYZ 24.17 15.33 6.54 -
YUV 103.44 105.75 189.74 -
System Red Green Blue C M Y K H S L
Decimal 190 67 64 0 0.65 0.66 0.25 1.43 0.5 0.5
Hex BE 43 40 0 41 42 19 1 32 32
Octal 276 103 100 0 101 102 31 1 62 62
Binary 10111110 1000011 1000000 0 1000001 1000010 11001 1 110010 110010

Color Harmonies of #BE4340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4340

Black with #BE4340

Text Example


Text Example

White with #BE4340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4340; }

 p { color: rgb(190,67,64); }

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

background-color css

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

 a { background-color: rgb(190,67,64); }

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

border-color css

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

 span { border-color: rgb(190,67,64); }

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