Html Css Color HEX #BE4240 Chestnut

📋 copy color: '#BE4240'

red 190 ◦ green 66 ◦ blue 64

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

Shades of Chestnut #BE4240

Tints of Chestnut #BE4240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.63%

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

R = 59.38%
G = 20.63%
B = 20%

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

#BE4240 (or 0xBE4240) is known color: Chestnut. HEX triplet: BE, 42 and 40. RGB value is (190,66,64). Sum of RGB (Red+Green+Blue) = 190+66+64=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4240 is #41BDBF. Grayscale: #666666. Windows color (decimal): -4308416 or 4211390. OLE color: 4211390.

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

Color convert

RGB 190 66 64 -
CMYK 0 0.65 0.66 0.25
HSL 0.95º 0.5% 0.5% -
HSV(B) 0.95º 0.66% 0.75% -
XYZ 24.11 15.21 6.52 -
YUV 102.85 106.08 190.16 -
System Red Green Blue C M Y K H S L
Decimal 190 66 64 0 0.65 0.66 0.25 0.95 0.5 0.5
Hex BE 42 40 0 41 42 19 1 32 32
Octal 276 102 100 0 101 102 31 1 62 62
Binary 10111110 1000010 1000000 0 1000001 1000010 11001 1 110010 110010

Color Harmonies of #BE4240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4240

Black with #BE4240

Text Example


Text Example

White with #BE4240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4240; }

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

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

background-color css

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

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

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

border-color css

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

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

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