Html Css Color HEX #BE403F Chestnut

📋 copy color: '#BE403F'

red 190 ◦ green 64 ◦ blue 63

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

Shades of Chestnut #BE403F

Tints of Chestnut #BE403F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.19%

 BLUE value IS 63 (25% from 255) = 19.87%

R = 59.94%
G = 20.19%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BE403F (or 0xBE403F) is known color: Chestnut. HEX triplet: BE, 40 and 3F. RGB value is (190,64,63). Sum of RGB (Red+Green+Blue) = 190+64+63=317 (41% of max value = 765). Red value is 190 (74.61% from 255 or 59.94% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 190 - color contains mainly: red. Hex color #BE403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE403F is #41BFC0. Grayscale: #656565. Windows color (decimal): -4308929 or 4145342. OLE color: 4145342.

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

Color convert

RGB 190 64 63 -
CMYK 0 0.66 0.67 0.25
HSL 0.47º 0.5% 0.5% -
HSV(B) 0.47º 0.67% 0.75% -
XYZ 23.97 14.97 6.33 -
YUV 101.56 106.24 191.08 -
System Red Green Blue C M Y K H S L
Decimal 190 64 63 0 0.66 0.67 0.25 0.47 0.5 0.5
Hex BE 40 3F 0 42 43 19 0 32 32
Octal 276 100 77 0 102 103 31 0 62 62
Binary 10111110 1000000 111111 0 1000010 1000011 11001 0 110010 110010

Color Harmonies of #BE403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE403F

Black with #BE403F

Text Example


Text Example

White with #BE403F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE403F; }

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

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

background-color css

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

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

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

border-color css

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

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

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