Html Css Color HEX #BE4140 Chestnut

📋 copy color: '#BE4140'

red 190 ◦ green 65 ◦ blue 64

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

Shades of Chestnut #BE4140

Tints of Chestnut #BE4140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.38%

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

R = 59.56%
G = 20.38%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BE4140 (or 0xBE4140) is known color: Chestnut. HEX triplet: BE, 41 and 40. RGB value is (190,65,64). Sum of RGB (Red+Green+Blue) = 190+65+64=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4140 is #41BEBF. Grayscale: #666666. Windows color (decimal): -4308672 or 4211134. OLE color: 4211134.

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

Color convert

RGB 190 65 64 -
CMYK 0 0.66 0.66 0.25
HSL 0.48º 0.5% 0.5% -
HSV(B) 0.48º 0.66% 0.75% -
XYZ 24.05 15.1 6.5 -
YUV 102.26 106.41 190.58 -
System Red Green Blue C M Y K H S L
Decimal 190 65 64 0 0.66 0.66 0.25 0.48 0.5 0.5
Hex BE 41 40 0 42 42 19 0 32 32
Octal 276 101 100 0 102 102 31 0 62 62
Binary 10111110 1000001 1000000 0 1000010 1000010 11001 0 110010 110010

Color Harmonies of #BE4140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4140

Black with #BE4140

Text Example


Text Example

White with #BE4140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4140; }

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

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

background-color css

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

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

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

border-color css

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

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

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